OpenMarine
Remote LCD Nokia5510/JLX12864 with ESP32 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: Pypilot (https://forum.openmarine.net/forumdisplay.php?fid=17)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=18)
+--- Thread: Remote LCD Nokia5510/JLX12864 with ESP32 (/showthread.php?tid=3849)

Pages: 1 2 3 4 5


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - seandepagnier - 2023-10-10

i did not use the jlx12864 on esp32 but the screen on the ttgo-t-display module with special drivers in micropython


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - kagouraki - 2023-10-12

Yes. I need to write down a tutorial about this... i know i said i would but my boat complete refit takes two much time as it is a hull to complete boat refit. I apologize about the delay. I will do it eventually one day though.
If you dont have the board sean mentioned or if you want a bigger screen than the ttgo can offer i modified the ugfx driver and made the remote to work with a bigger screen with an aliexpress ili driver display. Look at my github page for the changes.
Giorgos


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - matze - 2023-10-12

Thanks for your reply. A tutorial would be highly appreciated.
I have ordered the ttgo module on Amazon and will give it a try in the next few days. Do you have any experience whether the display is still readable in direct sunlight?


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - matze - 2023-10-14

Ok, I have now got it running with Sean's micropython firmware file on a ttgo module. Smile

I've been playing around with the sleep modes a bit. The 700uA mode works well. However, the poweroff mode seems to be controlled externally.
@seandepagniers: Can you explain what is controlled by pin 26 (power_down_pin_number)? Is it meant to control a mosfet?


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - seandepagnier - 2023-10-16

are you using the latest master for the scripts on the esp32?

the schematic allows the ttgo to get into an even lower power state (0.1uA) to conserve battery but it will only wake when the auto button is pressed.


RE: Remote LCD Nokia5510/JLX12864 with ESP32 - matze - 2023-10-26

This is my (not yet tested) solution with a separate 'on'  key. You can power off the device by pressing the menu and select buttons simultaneously.
   

I'm currently working on a waterproof remote with wireless charging dock. I will publish the whole thing when it is finished.