update readme.md

This commit is contained in:
Rob Tillaart 2024-03-23 14:19:00 +01:00
parent af5d571ef7
commit 2408a607c0

View File

@ -18,7 +18,7 @@ Arduino library for I2C_LCD LCD displays.
**Experimental** Arduino library for the I2C LCD display, typical **20x4** characters. **Experimental** Arduino library for the I2C LCD display, typical **20x4** characters.
The library is inspired by the excellent LiquidCrystel_I2C library of F. Malpartida. The library is inspired by the excellent [New-LiquidCrystal](https://github.com/fmalpartida/New-LiquidCrystal) library by F. Malpartida.
Therefore the interface is kept quite identical, extended with some additional functions. Therefore the interface is kept quite identical, extended with some additional functions.
The goal of the library is to minimize footprint and improve performance. The goal of the library is to minimize footprint and improve performance.
This is partly done by dedicate the library to I2C only. This is partly done by dedicate the library to I2C only.
@ -26,12 +26,7 @@ This is partly done by dedicate the library to I2C only.
The library implements the print interface, so all data types are printable The library implements the print interface, so all data types are printable
assuming they fit on the display. assuming they fit on the display.
The reference: Additional functions not in the reference:
- https://github.com/fmalpartida/New-LiquidCrystal
Additional functions not in the reference
| name | description | | name | description |
|:----------------------|:-------------| |:----------------------|:-------------|