bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

Bug in GraphicsR1G1B1A1.h #49

Closed Martin-Laclaustra closed 3 years ago

Martin-Laclaustra commented 4 years ago

https://github.com/bitluni/ESP32Lib/blob/222d95318fc5c61033dbdbd92c56f8a7d3a60129/src/Graphics/GraphicsR1G1B1A1.h#L92

There is a mistake in this line and the next. It should be: return backBuffer[y][x >> 1] >> 4;

Martin-Laclaustra commented 3 years ago

This is included in the "development" branch here and eventually it will be merged into "master".