sumotoy / RA8875

A library for RAiO RA8875 display driver for Teensy3.x or LC/Arduino's/Energia/Spark
GNU General Public License v3.0
79 stars 55 forks source link

Please can I have permission to add Pull Request #106

Open prenticedavid opened 8 years ago

prenticedavid commented 8 years ago

I have corrected Active Window fill direction in portrait mode. I have corrected getPixel() and implemented getPixels()

How many people use 8bpp mode? I would guess that 16bpp is more common.

David.

sumotoy commented 8 years ago

Hi David, 8bpp is quite common! using large display like 800x480 and layers force the library to swithch at 8bpp or layers not work. The RA has special internal hardware conversion for 16bit to 8bit, not the state of the art but quite good and fast, in combination to large display and layers it's possible create complex and responsive GUI, initially I avoided 8bpp but now I use when 2 layers and big screen. Anyway, if you have proposal don't ask, just pull your request and I will valuate it!