summaryrefslogtreecommitdiff
path: root/shared-module/displayio/I2CDisplay.h
AgeCommit message (Collapse)Author
2021-03-15run code formatting scriptmicroDev
2019-07-19Add support for grayscale displays that are < 8 bit depth.Scott Shawcroft
This also improves Palette so it stores the original RGB888 colors. Lastly, it adds I2CDisplay as a display bus to talk over I2C. Particularly useful for the SSD1306. Fixes #1828. Fixes #1956