Search found 1 match
- Tue Mar 17, 2020 5:32 pm
- Forum: Geeetech A10 Series
- Topic: 2 lines on LCD
- Replies: 4
- Views: 4678
Re: 2 lines on LCD
You should be able to address both lines easily enough - I have addressed a 4 line LCD without any problems at all. Look at some of the examples in the LCD library, you should be able to find something there. LiquidCrystal lcd(12, 11, 5, 4, 3, 2); void setup() { // set up the LCD's number of columns...