资讯

Arduino library for the I2C LCD display, typical 20x4 characters. The library is inspired by the excellent New-LiquidCrystal library by F. Malpartida. Therefore the interface is kept quite identical, ...
Tested with Arduino Uno, Arduino Zero, Attiny85@1mhz, Attiny85@8mhz and ESP8266 with this LCD Module: http://www.buydisplay.com/default/16x2-lcd-3-3v-character-cog ...
So here’s the thing: Arduino’s built-in memory is tiny. If you’re just blinking LEDs, no problem. But the moment you try to log data, say battery usage, temperature over time, or GPS coordinates, ...