Search found 4 matches

by Ltech
Tuesday 11 March 2025 8:22
Forum: General Discussion
Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Replies: 241
Views: 35282

Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)

Yes, this make it works! Thank-you ! :D You can publish the 5" sunton Was this my mistake trying to make the screen working? screen_setBrightness(254) => screen_setBrightness(0) #ifdef AUTO_BRIGHTNESS .... #else screen_setBrightness(0); isScreenInSleep = true; // Screen is off, no need to make the ...
by Ltech
Monday 10 March 2025 8:33
Forum: General Discussion
Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Replies: 241
Views: 35282

Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)

No this is only inverting the brightness. The brightness setting mode was fine. When the sleep mode is activated, it turns to 100% brightness, no to 0% It has to be somewhere else. So on first touch, the monitor go back to 50% from 100% after leep mode (wake timeout) In you modification it is only ...
by Ltech
Sunday 23 February 2025 21:23
Forum: General Discussion
Topic: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)
Replies: 241
Views: 35282

Re: New project, a small wall display to control Domoticz using CYD (Cheap ESP32 touchscreen)

I love it! Running on esp32-8048S070C in 10 minutes And I convert it for the esp32-8048S050C. Only trouble is the timeout. If I put the screen on 50%, it jumps to 100% and not 0% after timeout.. It is inverted I put my config in attachment I can't get it to GIT esp32-8048S050C.h screen_driver.cpp