Files
stc32g128k/App
edisondeng ec556fdd2a fix(boot): hold backlight off until first frame is drawn
SGM_CTRL was turned on at the very start of LCD_Init(), before the
ST7789V register sequence and first frame ran, showing garbage/blank
content briefly on every boot. GPIO_Init() now forces backlight off at
power-on, LCD_Init() no longer touches it, and main() only turns it on
right before entering the main loop (after HomeApp's first frame is
drawn). Wakeup_Restore()'s existing on-then-reinit sequence is
untouched since it sets the level itself before calling LCD_Init().
2026-07-31 18:09:39 +08:00
..
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00
2026-07-31 13:57:06 +08:00