Hello,
I just understood why i could not get My LCD (LiquidCrystal) working with my maple mini.
I used pin 24 among the 10 pins.
I saw in the doc i had to disable USBSerial to be able to use pins 23 and 24 but adding SerialUSB.end() did not change anything.
A second problem : i cannot make the LiquidCrystal work in 4 bits mode.
Simple example :
"LiquidCrystal lcd(2,3,4,5,6,7,27,26,25,22);" Works.
with the same hardware wiring :
"LiquidCrystal lcd(2,3,4,5,6,7);" do not Work.
Anyone else noticed that ?
Thanks for any help,
Xavier