RoCorbera/BlueVGA

Can you provide a sample of reading pictures, thank you

Closed this issue · 4 comments

I want to show an animation for it, but I don't know how.

There is no way to do it.
Pictures usually have 24 bits per pixel.
This library only supports 8 colors (3 bits).
It also only works with Tiles, which are predefined such as in a font bitmap.
It is not a Display.

You should move to another chip, such as ESP32.

It has a nicer VGA library that can run animations from a SDCard using a resolution such as 320x240 with 14bits per pixel (4096 colors). This may work a lot better.
https://github.com/bitluni/ESP32VGA
https://www.youtube.com/watch?v=G70CZLPjsXU

You should move to another chip, such as ESP32.

It has a nicer VGA library that can run animations from a SDCard using a resolution such as 320x240 with 14bits per pixel (4096 colors). This may work a lot better. https://github.com/bitluni/ESP32VGA https://www.youtube.com/watch?v=G70CZLPjsXU

There is no way to do it. Pictures usually have 24 bits per pixel. This library only supports 8 colors (3 bits). It also only works with Tiles, which are predefined such as in a font bitmap. It is not a Display.

I figured it out, thanks for your patience

Please kindly post here the solution for other users. Thanks!