micropython/drivers
robert-hh 8680a74595 drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting.
Making it more specific to use 0x02 for display with an aspect ratio > 2
(resolutions 96x16 and 128x32) and 0x12 for all other sizes as recommended
by @mcauser.  Tested with a 64x32 display which did not work before.
2020-04-07 13:42:37 +10:00
..
bus
cc3000
cc3100
cyw43
dht all: Use MP_ERROR_TEXT for all error messages. 2020-04-05 15:02:06 +10:00
display drivers/display/ssd1306.py: Change the SET_COM_PIN_CFG setting. 2020-04-07 13:42:37 +10:00
memory
nrf24l01
onewire drivers/onewire: Fix undefined variable errors. 2020-03-25 01:09:14 +11:00
sdcard
wiznet5k
README.md

README.md

This directory contains drivers for specific hardware. The drivers are intended to work across multiple ports.