Fast LCD I2C driver 1.0
Fast driver for LCDs on I2C for Pi-Pico and Arduino
Classes | Functions
LCD_I2C.hpp File Reference

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...
 

Detailed Description

C++ Implementation for the Fast LCD I2C driver.

Author
Keith Standiford
Version
1.01
Date
2022-07-08
Remarks
Based loosely on the Pico SDK example and the Arduino LiquidCrystal API
Compiles for Arduino or for Pi Pico