pimoroni-pico/libraries/breakout_colourlcd160x80
Phil Howard 445737088f Switch drivers over to I2C class, tidy up common include
Removes all driver-specific SDA/SCL pin definitions and defaults.
Pin type is "uint" everywhere, but "PIN_UNUSED" is *int*_max for MicroPython compat. That's still a lot of pins!
Adds baudrate to the I2C class, and allows a driver (like Trackball) to check the baudrate is supported
2021-05-17 11:46:12 +01:00
..
CMakeLists.txt Micropython bindings for small ColourLCD and ST7735 2021-05-07 11:10:47 +01:00
breakout_colourlcd160x80.cmake Micropython bindings for small ColourLCD and ST7735 2021-05-07 11:10:47 +01:00
breakout_colourlcd160x80.cpp Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00
breakout_colourlcd160x80.hpp Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00