![]() |
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...
Go to the source code of this file.
Classes | |
class | LCD_I2C |
A class for efficiently driving an LDC display connected to the I2C bus on Arduino or Pi Pico. More... | |
Functions | |
int | LCD_I2C_Setup (i2c_inst_t *I2C, uint SDA_Pin, uint SCL_Pin, uint I2C_Clock) noexcept |
Helper function to set up the I2C bus on Pi Pico. More... | |
C++ Implementation for the Fast LCD I2C driver.