Open
Description
Hi @rzeldent,
I have a customer my new 5inch version was not working, screen was white....
After some research (and some fight about speed w Sunton guy who helped a lot) I have found the bug to be in the board config
"'-D ST7262_PANEL_CONFIG_CLK_SRC=LCD_CLK_SRC_PLL160M'",
"'-D ST7262_PANEL_CONFIG_TIMINGS_PCLK_HZ=(12.5*1000000)'",
to
"'-D ST7262_PANEL_CONFIG_CLK_SRC=LCD_CLK_SRC_PLL240M'",
"'-D ST7262_PANEL_CONFIG_TIMINGS_PCLK_HZ=(18*1000000)'",
Tested timings up to 20 (artifacts at screen)
Tested from 16M to 19M with good results at 16M
Cheers!!!