pimoroni-pico/micropython/modules/breakout_matrix11x7
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
..
breakout_matrix11x7.c Add MicroPython bindings for RGBMatrix5x5 and Matrix11x7 2021-04-22 17:34:40 +01:00
breakout_matrix11x7.cpp Switch drivers over to I2C class, tidy up common include 2021-05-17 11:46:12 +01:00
breakout_matrix11x7.h Add MicroPython bindings for RGBMatrix5x5 and Matrix11x7 2021-04-22 17:34:40 +01:00
micropython.cmake Add MicroPython bindings for RGBMatrix5x5 and Matrix11x7 2021-04-22 17:34:40 +01:00
micropython.mk Add MicroPython bindings for RGBMatrix5x5 and Matrix11x7 2021-04-22 17:34:40 +01:00