MartinNohr / MagicImageWand

Paints Images in the Air with LEDs
Apache License 2.0
20 stars 6 forks source link

preview of bmp #5

Closed dirkessl closed 3 years ago

dirkessl commented 3 years ago

as the TTGO-T-Display has a nice color TFT display, a preview on the screen would be nice. longer images can be clipped.

MartinNohr commented 3 years ago

I already did that for the 3" touch screen version I made a while ago. I'll put that code in this version. I had it scrolling sideways for long images. The display only has 135 pixels but we can just trim 9 of them to make the 144 fit. Good idea!

MartinNohr commented 3 years ago

Workng nicely now. Not super fast, I will try and optimize it. The dial can move the display left and right by screen size. The sideways scrolling does fail for images < screen size (240 pixels). I'll fix that tomorrow.

MartinNohr commented 3 years ago

Working well now.