micropython/drivers
Radomir Dopieralski ab8a5d5199 drivers/display/ssd1306: Add width arg and support 64px wide displays.
In particular, the WeMOS D1 Mini board comes with a shield that has a
64x48 OLED display. This patch makes it display properly, with the upper
left pixel being at (0, 0) and not (32, 0).

I tried to do this with the configuration commands, but there doesn't
seem to be a command that would set the column offset (there is one for
the line offset, though).
2016-06-26 13:09:31 +01:00
..
cc3000 drivers/cc3000: Rename timeval to cc3000_timeval, to avoid clash. 2016-05-10 23:46:00 +01:00
cc3100
dht extmod: Add machine time_pulse_us function (at C and Python level). 2016-05-31 13:58:48 +01:00
display drivers/display/ssd1306: Add width arg and support 64px wide displays. 2016-06-26 13:09:31 +01:00
nrf24l01 drivers/nrf24l01: Fix SPI phase setting to match specs of nRF chip. 2015-09-18 13:00:12 +00:00
onewire drivers/onewire: Fix ds18x20.read_temp so it works when no rom given. 2015-07-30 23:10:39 +01:00
sdcard drivers/sdcard: Add support for multi-block read/write; add SD test. 2016-02-02 11:16:15 +00:00
wiznet5k
README.md

README.md

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