Got here because I wanted to play with that waveshare esp32 lcd 1.47 board. Their esp-idf demo code is outdated and they do not use BSP. So thanks for the bsp settings for this board.
The issue is visible in your screenshot. There is a black section from one side (in my case it's filled with random garbage). This can be fixed if you set CONFIG_BSP_DISPLAY_HORIZONTAL_OFFSET=34
And this board has a tendency to overheat at full backlight, they recommend 40%.
Got here because I wanted to play with that waveshare esp32 lcd 1.47 board. Their esp-idf demo code is outdated and they do not use BSP. So thanks for the bsp settings for this board.
The issue is visible in your screenshot. There is a black section from one side (in my case it's filled with random garbage). This can be fixed if you set CONFIG_BSP_DISPLAY_HORIZONTAL_OFFSET=34
And this board has a tendency to overheat at full backlight, they recommend 40%.