circuitpython/ports/nrf/common-hal/busio
Scott Shawcroft 6797ec6ed3
Add support for grayscale displays that are < 8 bit depth.
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-07-19 16:06:11 -07:00
..
I2C.c Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
I2C.h fix #1422 correct i2c max xfer len (size in bits) 2018-12-28 16:30:11 +07:00
OneWire.h Add dummy UART implementation to nrf so it builds with UART turned on. Also add OneWire. 2018-02-21 22:53:17 -05:00
SPI.c Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
SPI.h reset I2C and SPI on ctrl-D 2018-09-25 15:12:10 -04:00
UART.c changed type of receiver_buffer_size to uint16_t 2019-07-03 12:02:01 -07:00
UART.h Add second UARTE to busio.UART. Init uarts on startup. 2019-02-12 22:34:05 -05:00
__init__.c nRF52 update with internal file system support 2017-12-21 13:49:14 +01:00