We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the 1732S019N (ST7789 170x320), rotation 0 and 180 work properly, but 90 and 270 result in garbage thin horizontal dotted lines on the screen.
I'm using the lines from your sample code:
smartdisplay_init(); //__attribute__((unused)) auto disp = lv_disp_get_default(); lv_disp_set_rotation(disp, LV_DISP_ROTATION_90); // lv_disp_set_rotation(disp, LV_DISP_ROTATION_180); // lv_disp_set_rotation(disp, LV_DISP_ROTATION_270); ui_init();
The text was updated successfully, but these errors were encountered:
Are you using the demo? It the dimensions might be out of bounds and this might result in writing outside the buffer (this creating strange images)...
Sorry, something went wrong.
No branches or pull requests
On the 1732S019N (ST7789 170x320), rotation 0 and 180 work properly, but 90 and 270 result in garbage thin horizontal dotted lines on the screen.
I'm using the lines from your sample code:
The text was updated successfully, but these errors were encountered: