I have built a board using this 16X2 LCD, but the orientation is wrong. I need to flip it vertically. The LiquidCrystal Library has no option to flip LCD 180 degree. Is there a way to do so? thank you
There is a similar post here : http://forum.arduino.cc/index.php/topic,159524.0.html
zaxarias:
There is a similar post here : http://forum.arduino.cc/index.php/topic,159524.0.html
thank you. Sad that they don't have this supported.
arduinomagbit:
zaxarias:
There is a similar post here : http://forum.arduino.cc/index.php/topic,159524.0.htmlthank you. Sad that they don't have this supported.
Why don't you flip the LCD?
zaxarias:
arduinomagbit:
zaxarias:
There is a similar post here : http://forum.arduino.cc/index.php/topic,159524.0.htmlthank you. Sad that they don't have this supported.
Why don't you flip the LCD?
I don't want to waste space on my main board. guess these board are made so that all the module board is to be installed on the main board.
There is a photo of my board.
Solder a short piece of ribbon cable to the display, flip it over and solder the other end to the pcb.
// Per.
Zapro:
Solder a short piece of ribbon cable to the display, flip it over and solder the other end to the pcb.// Per.
yep, that works. never know there is no option to flip the screen, so didn't plan on that.