Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rotation values 1 and 3 do not work #4

Open
rajivk-slx opened this issue Apr 25, 2023 · 0 comments
Open

rotation values 1 and 3 do not work #4

rajivk-slx opened this issue Apr 25, 2023 · 0 comments

Comments

@rajivk-slx
Copy link

Arduino_ST7701_RGBPanel *gfx = new Arduino_ST7701_RGBPanel(
    bus, GFX_NOT_DEFINED /* RST */, 0 /* rotation */, true /* IPS */,
    480 /* width */, 480 /* height */, st7701_type1_init_operations,
    sizeof(st7701_type1_init_operations), true /* BGR */);

In the above code, of the 4 rotation values 0,1,2,3. Only 0 and 2 works. 3 and 4 do not work. How do I fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant