Hey there! 👋 I'm thrilled to share my latest Arduino project featuring an alphanumeric LCD display (LCD1602). This project allowed me to dive into the world of hardware and microcontrollers, creating ...
#define LCD_RS_PIN GPIO_PIN_0 // RS pin connected to GPIO pin 0 #define LCD_RW_PIN GPIO_PIN_1 // RW pin connected to GPIO pin 1 #define LCD_EN_PIN GPIO_PIN_2 // EN ...