Hi All,
I just bought a 1.77" TFT LCD from nuelectronics.com - http://www.nuelectronics.com/estore/index.php?main_page=product_info&cPath=1&products_id=35. The LCD works fine, and it uses Arduino serial SPI bus to access both the LCD and the SD card, which saves a few digital and analog pins for other use. However, the library and example provided by nuelectroncis only support vertical display mode, as shown in the following image - .
When I use tft.initialize(LCD_HORIZONTAL); and try to initialize the LCD in horiztonal display mode, it didn't display the menu correctly ; the order of menu display is reversed - i.e. the first menu item is at the bottom and the last menu item is on the top. Has anyone used this LCD shield before, and use the horizontal display mode correctly? Any advice on this issue?
Many thanks, Jessi