
lboue
lboue
About
- Username
- lboue
- Joined
- Visits
- 98
- Last Active
- Roles
- Member
Comments
-
@Elecrow Could you check my PR to fix a typo? https://github.com/Elecrow-RD/CrowPanel-ESP32-Display-Course-File/pull/3/files
-
@Elecrow Thanks for adding.
-
Thanks for the explanation
-
@Elecrow Would it be possible to have a schematic of the V2.1 hardware version?
-
Yes I've already modified the lv_conf.h file as shown in the video: (Image)
-
Thanks, I found the code in the ui_events.c file. void Lamp_On(lv_event_t * e){ digitalWrite(38, HIGH);}void Lamp_Off(lv_event_t * e){ digitalWrite(38, LOW);}
-
@Elecrow Thank you for your time. Are you going to correct the zip archive as well?
-
@Elecrow I change the frequency rate to 14000000 line 69: cfg.freq_write = 16000000; to cfg.freq_write = 14000000; But I always notice a flicker that I don't get with the desk lamp example.
-
Thank you for your feedback.
-
@Elecrow Why did you remove the Github repo https://github.com/Elecrow-RD/esp32-display?