You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use latest and result is [I][Panel][esp_panel_board.cpp:0235](init): Board initialize success [E][Panel][esp_panel_lcd.cpp:0769](attachRefreshFinishCallback): Only valid for RGB and MIPI-DSI bus [I][Panel][esp_panel_board.cpp:0253](begin): Beginning board (****) [I][Panel][esp_lcd_st77916.c:0068](esp_lcd_new_panel_st77916): version: 1.0.0 [I][Panel][esp_panel_board.cpp:0463](begin): Board begin success
can anybody have info why v 1.x dnot support it and 0.1 yes ???
Next issue is on my display if set rotate xy image is 1px shifted ? I set GAP Y 1 and seems ok, this bug is long time.
Disp ST77916 QSPI. I require DMA donecb.
The text was updated successfully, but these errors were encountered:
This is because the previous naming was not accurate. The attachRefreshFinishCallback() callback represents the VSYNC signal of the RGB/MIPI LCD, while the QSPI LCD currently does not have this signal. The new version provides a more accurate attachDrawBitmapFinishCallback() to indicate the completion of the data transfer of drawBitmap().
Sorry, but we haven't encountered the ST77916 issue yet. This may be related to the screen. The driver only sends the corresponding rotation command.
Uh oh!
There was an error while loading. Please reload this page.
I use latest and result is
[I][Panel][esp_panel_board.cpp:0235](init): Board initialize success [E][Panel][esp_panel_lcd.cpp:0769](attachRefreshFinishCallback): Only valid for RGB and MIPI-DSI bus [I][Panel][esp_panel_board.cpp:0253](begin): Beginning board (****) [I][Panel][esp_lcd_st77916.c:0068](esp_lcd_new_panel_st77916): version: 1.0.0 [I][Panel][esp_panel_board.cpp:0463](begin): Board begin success
can anybody have info why v 1.x dnot support it and 0.1 yes ???
Next issue is on my display if set rotate xy image is 1px shifted ? I set GAP Y 1 and seems ok, this bug is long time.
Disp ST77916 QSPI. I require DMA donecb.
The text was updated successfully, but these errors were encountered: