circuitpython/ports/atmel-samd/common-hal
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
..
analogio Fix #ifdefs in port.c to call xxx_reset() rroutines properly. Remove most uses of EXPRESS_BOARD. 2019-02-18 22:44:31 -05:00
audiobusio Correct call structure for throwing errors 2019-04-17 13:54:29 -07:00
audioio handle 'set_timer_handler' on this side, vs samd-periphs. 2019-02-19 20:18:21 -06:00
board Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
busio Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
digitalio Fix crash when getting board.SPI outside the VM 2019-04-05 19:06:37 -07:00
displayio Add support for grayscale displays that are < 8 bit depth. 2019-07-19 16:06:11 -07:00
frequencyio avoid double float arithmetic in FrequencyIn 2019-05-07 00:25:22 -04:00
i2cslave add pin claiming to devices 2018-08-31 18:38:05 -04:00
microcontroller Rework safe mode so we can trigger on all resets 2019-05-09 10:15:28 -07:00
neopixel_write Add pragma to ensure neopixel_write is always -Os 2018-11-13 10:56:00 -08:00
nvm Add stack validity check and raise an error when it happens. 2018-12-04 23:26:04 -08:00
os Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
ps2io Add PS/2 support -- ps2io module 2019-06-04 18:05:46 -03:00
pulseio remove CPy-specific EIC handlers from samd-peripherals 2019-04-04 16:04:11 -04:00
rotaryio remove CPy-specific EIC handlers from samd-peripherals 2019-04-04 16:04:11 -04:00
rtc Support internationalisation. 2018-08-07 14:58:57 -07:00
supervisor merge 3.x swap of /lib and .frozen; update frozen libs 2018-11-15 15:00:23 -05:00
time Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge 2017-10-24 22:31:16 -07:00
touchio add pin claiming to devices 2018-08-31 18:38:05 -04:00