tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
585 stars 180 forks source link

pixel: implement RGB555 pixel format as used by the GameBoy Advance #621

Closed aykevl closed 7 months ago

aykevl commented 7 months ago

See https://github.com/tinygo-org/drivers/pull/620 for background.

deadprogram commented 7 months ago

Thanks @aykevl now merging.