Update I2CLCDBoard.ino

typo fixed
This commit is contained in:
olikraus 2023-11-08 21:52:11 +01:00 committed by GitHub
parent 2fca97d2cc
commit fc312699ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ void setup(void)
{
/*
Do a manual update of the plain U8g2 object with the C API for the display.
Use a special byte function, which includes the support for the I2C LCD GFX boad.
Use a special byte function, which includes the support for the I2C LCD GFX board.
The C init functions are listed here: https://github.com/olikraus/u8g2/wiki/u8g2setupc
Just replace the function name accordingly.