richonguzman / LoRa_APRS_Tracker

LoRa APRS Tracker with Tx and Rx capabilities, Messages, Wx, Winlink and more...
MIT License
168 stars 45 forks source link

Eco mode, TTGO Lilygo T-Beam S3 Supreme V3 #105

Closed Charly1000 closed 1 month ago

Charly1000 commented 1 month ago

Eco-mode on/off has no impact. Screen is always on

richonguzman commented 1 month ago

do you run your board with SH1106 or SSD1306 screen?

Charly1000 commented 1 month ago

It should be SH1106

image

richonguzman commented 1 month ago

can you test modding the following?

/SRC/display.cpp , line 132 on void display_toggle(bool toggle)...

I've added the "test code" lines to see if this works on SH1106 to turn screen on and off

Captura de pantalla 2024-05-19 a la(s) 04 26 25
Charly1000 commented 1 month ago

Perfect. RESOLVED. it's working fine now.