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
Hi!
I have a problem that I can only rotate the screen 180 degrees. I need 90 degrees horizontal rotation. How can I achieve this, because no matter what I set, the screen does not rotate 90 degrees. Here are my settings: Arduino_DataBus bus = new Arduino_ESP32QSPI(
45 / CS /, 47 / SCK /, 21 / D0 /, 48 / D1 /, 40 / D2 /, 39 / D3 */);
Arduino_GFX g = new Arduino_AXS15231B(bus, GFX_NOT_DEFINED / RST /, 0/ rotation /, false / IPS /, 320 / width /, 480 / height */);
#define CANVAS
Arduino_Canvas gfx = new Arduino_Canvas(320 / width /, 480 / height /, g, 0 / output_x /, 0 / output_y /,0 / rotation */);
Please, if anyone knows how to rotate 90 degrees and it works, that would be really helpful.
The text was updated successfully, but these errors were encountered:
Hi!
I have a problem that I can only rotate the screen 180 degrees. I need 90 degrees horizontal rotation. How can I achieve this, because no matter what I set, the screen does not rotate 90 degrees. Here are my settings: Arduino_DataBus bus = new Arduino_ESP32QSPI(
45 / CS /, 47 / SCK /, 21 / D0 /, 48 / D1 /, 40 / D2 /, 39 / D3 */);
Arduino_GFX g = new Arduino_AXS15231B(bus, GFX_NOT_DEFINED / RST /, 0/ rotation /, false / IPS /, 320 / width /, 480 / height */);
#define CANVAS
Arduino_Canvas gfx = new Arduino_Canvas(320 / width /, 480 / height /, g, 0 / output_x /, 0 / output_y /,0 / rotation */);
Please, if anyone knows how to rotate 90 degrees and it works, that would be really helpful.
The text was updated successfully, but these errors were encountered: