We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:xu4_cloudshell_lcd_config [2015/09/03 22:40]
mdrjr
en:xu4_cloudshell_lcd_config [2015/09/16 16:57]
brian.kim
Line 1: Line 1:
 +====== Cloudshell LCD Configuration ======
 +
 +Cloudshell features a 2.2" TFT LCD with a 320x240 resolution. The display is controlled by the well-known ILI9340 controller.
 +
 +It uses SPI @ 40Mhz to talk with the LCD. (SPI 1)
 +
 +[[http://​www.hardkernel.com/​main/​products/​prdt_info.php?​g_code=G143599699669|Where to buy]]
 +
 +
 +**Before attempting this guide, please make sure you are running the latest kernel. **
 +
 +You can update your kernel using ODROID Utility.
 +
 +
 +=== Module configuration ===
 +<​code>​
 +sudo -s
 +echo "​options fbtft_device name=hktft9340 busnum=1 rotate=270"​ > /​etc/​modprobe.d/​odroid-cloudshell.conf
 +echo "​spi_s3c64xx"​ >> /​etc/​modules
 +echo "​fbtft_device"​ >> /​etc/​modules
 +</​code>​
 +
 +The commands above will ensure that at every boot the LCD is configured.
 +
 +Reboot the board with **HDMI cable disconnected** and you should see already information going to the 2.2" LCD.
 +
 +
  
en/xu4_cloudshell_lcd_config.txt ยท Last modified: 2017/03/17 10:13 by brian.kim
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0