รวดเร็วขึ้น ชัดเจนขึ้น และมีประสิทธิภาพยิ่งขึ้น
| ช่องทาง | เหมาะสำหรับ |
|---|
| https://wokwi.com/projects/360311886067116033 |
| #include <LCD_I2C.h> | |
| LCD_I2C lcd(0x27, 16, 2); // Default address of most PCF8574 modules, change according | |
| void setup() | |
| { | |
| lcd.begin(); // If you are using more I2C devices using the Wire library use lcd.begin(false) | |
| // this stop the library(LCD_I2C) from calling Wire.begin() | |
| lcd.backlight(); | |
| } |