Skip to content

esp32-8048S050C Wrong Config #221

Open
@xperiments

Description

@xperiments

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!!!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions