summaryrefslogtreecommitdiff
path: root/shared-module/displayio/FourWire.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
2019-04-06Stop hard-coding SPI frequency in FourWireRadomir Dopieralski
Instead remember and use the frequency, polarity and phase that was set when the bus was first created.
2019-01-17share fourwire and make nrf compileScott Shawcroft