![]() |
Fast LCD I2C driver 1.0
Fast driver for LCDs on I2C for Pi-Pico and Arduino
|
C++ Implementation for the Fast LCD I2C driver. More...
Macros | |
| #define | MAXCHARNUM 7 |
| #define | CUSTOMCHARSIZE 8 |
Functions | |
| int | LCD_I2C_Setup (i2c_inst_t *I2C, uint SDA_Pin, uint SCL_Pin, uint I2C_Clock) |
| Helper function to set up the I2C bus on Pi Pico. More... | |
C++ Implementation for the Fast LCD I2C driver.
| #define CUSTOMCHARSIZE 8 |
| #define MAXCHARNUM 7 |