Here's the firmware and reflash instructions for the GLCD module.
Firmware binary files
Firmware.zip
SD card files
SD Files.zip
Instructions
Cap Touch Display Factory Test Routine.pdf
Fingers crossed this solves the problem for you but shout if not.
If you want the source for the ...
Search found 2217 matches
- Wed Aug 26, 2026 10:55 am
- Forum: Bug Reports
- Topic: EB3 GLCD Timeout
- Replies: 8
- Views: 149
- Mon Aug 24, 2026 1:31 pm
- Forum: Bug Reports
- Topic: EB3 GLCD Timeout
- Replies: 8
- Views: 149
Re: EB3 GLCD Timeout
Hello,
Just tried your program here and it's working great for me first time. The hope is that this should be very plug and play.
There is a problem in that the colour is very dark and so you might not instantly recognise it redrawing. The colour bit depth is masked from the top end so you can ...
Just tried your program here and it's working great for me first time. The hope is that this should be very plug and play.
There is a problem in that the colour is very dark and so you might not instantly recognise it redrawing. The colour bit depth is masked from the top end so you can ...
- Mon Aug 24, 2026 9:50 am
- Forum: Tips & Tricks
- Topic: ESP32 - MQTT Broker
- Replies: 6
- Views: 160
Re: ESP32 - MQTT Broker
Wow Martin,
This is very cool and certainly incredibly handy, many thanks for sharing
I'll be keeping my eye on this one and hope to have a go with it soon.
This is very cool and certainly incredibly handy, many thanks for sharing
I'll be keeping my eye on this one and hope to have a go with it soon.
- Thu Aug 20, 2026 12:54 pm
- Forum: General
- Topic: Esp32_2_Mini compiler port fail
- Replies: 13
- Views: 682
Re: Esp32_2_Mini compiler port fail
It could just be this warning being elevated to an error, even though programming itself was flawless.
WARNING: ESP32-S2FNR2 (revision v0.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this ...
WARNING: ESP32-S2FNR2 (revision v0.0) chip was placed into download mode using GPIO0.
esptool.py can not exit the download mode over USB. To run the app, reset the chip manually.
To suppress this ...
- Tue Aug 18, 2026 3:54 pm
- Forum: Bug Reports
- Topic: Simulation ist unbrauchbar, weil sie immer abstürtzt
- Replies: 3
- Views: 219
Re: Simulation ist unbrauchbar, weil sie immer abstürtzt
Hello Obi100,
Sorry to hear of the problems your having with the software. If the project file is sensitive then I would highly recommend you creating a simple project file that just highlights the problem. This gives us something solid to focus on to try and replicate and help.
Personally I have ...
Sorry to hear of the problems your having with the software. If the project file is sensitive then I would highly recommend you creating a simple project file that just highlights the problem. This gives us something solid to focus on to try and replicate and help.
Personally I have ...
- Tue Aug 18, 2026 3:41 pm
- Forum: General
- Topic: AI Code in FC - Discuss
- Replies: 2
- Views: 254
Re: AI Code in FC - Discuss
Hello,
We are currently planning on Flowcode and AI. We are working on a spectrum of possibilities from doing nothing right through to full AI integration. I'm currently not sure what will come of it but we are certainly thinking hard about it and what is the best road going forward.
At the ...
We are currently planning on Flowcode and AI. We are working on a spectrum of possibilities from doing nothing right through to full AI integration. I'm currently not sure what will come of it but we are certainly thinking hard about it and what is the best road going forward.
At the ...
- Tue Aug 18, 2026 3:14 pm
- Forum: Bug Reports
- Topic: PIC32MZ144 IRQ'S are not implemented
- Replies: 4
- Views: 357
Re: PIC32MZ144 IRQ'S are not implemented
Hello,
Sorry you haven't had an answer. I think Wingnut's comment is fairly justified. Please remember to follow our forum rules which is to be polite and courteous. Bumping a topic is fine but being rude is not. We are a small team and we rely on our community to help us with support. This usually ...
Sorry you haven't had an answer. I think Wingnut's comment is fairly justified. Please remember to follow our forum rules which is to be polite and courteous. Bumping a topic is fine but being rude is not. We are a small team and we rely on our community to help us with support. This usually ...
- Wed Aug 12, 2026 11:57 am
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 751
Re: PIC18F57Q84 UART Error
Thanks Leigh,
We can also try this using this C code to see if this makes a difference.
U1CON1 = 0x80;
The CAL code does write to this register on initialise but the reset value should be 0x00 and we just set the ON bit which should be bit 7.
Could be a silicone bug, in fact I'll check the ...
We can also try this using this C code to see if this makes a difference.
U1CON1 = 0x80;
The CAL code does write to this register on initialise but the reset value should be 0x00 and we just set the ON bit which should be bit 7.
Could be a silicone bug, in fact I'll check the ...
- Wed Aug 12, 2026 10:27 am
- Forum: General
- Topic: PIC18F57Q84 UART Error
- Replies: 12
- Views: 751
Re: PIC18F57Q84 UART Error
Hmm that's pretty odd indeed.
There is a register that controls the state of the TX pin but it completely flips the signal and the signal looks mostly ok, though not 100% correct.
Our CAL doesn't write to the register in question and the default state should be 0 so again this is very odd.
You ...
There is a register that controls the state of the TX pin but it completely flips the signal and the signal looks mostly ok, though not 100% correct.
Our CAL doesn't write to the register in question and the default state should be 0 so again this is very odd.
You ...
- Tue Aug 11, 2026 11:26 pm
- Forum: Tips & Tricks
- Topic: So Obvious.......
- Replies: 35
- Views: 10573
Re: So Obvious.......
I've had a go at the MQTT upgrades and have something here but want it to be tested a bit more before we release it to the update system.
I've implemented the QoS and Clean Start as well as a number of other things.
Have a play and let us know how you get on. I'll try and find some time for some ...
I've implemented the QoS and Clean Start as well as a number of other things.
Have a play and let us know how you get on. I'll try and find some time for some ...