tobozo

Results 723 comments of tobozo

could it be that pin_vsync and pin_hsync need to inverted too? ``` cfg.pin_vsync = 17; cfg.pin_hsync = 47; ```

[init commands sequences are hardcoded](https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/v1/platforms/esp32s3/Panel_RGB.cpp#L237) for this panel, but there is another variant of `Panel_ST7701` that you may want to try: `Panel_ST7701_guition_esp32_4848S040`

colors can be adjusted with `cfg.invert` and `cfg.rgb_order` (both booleans) options that deinterlacing effect is similar to what you had with the `Panel_ST7701` with `cfg.offset_rotation = 2` so the init...