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

BMP image don't work fine #92

Open
romocitto88 opened this issue Feb 11, 2021 · 0 comments
Open

BMP image don't work fine #92

romocitto88 opened this issue Feb 11, 2021 · 0 comments

Comments

@romocitto88
Copy link

Hi, I am using this library and trying to print some bmp images on my ST7789V TFT: when the size of the bmp image hh x ww are not multiples of 4 it is printed not very well. It looks like, from bottom to top, the first pixels is printed shifted to the right by "x" pixels from the previous row.

For example (the numbers rappresent the pixel order, "x" shifter is 1 just for the example):

6 7 8 1 2 3 4
7 8 1 2 3 4 5
8 1 2 3 4 5 6
1 2 3 4 5 6 7

I'm doing something wrong?

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