We're no longer updating This wiki!!

This is an old revision of the document!


Auto startx

Add following lines in “/etc/modprobe.d/lcd35.conf” file.

options fbtft_device name=flexpfb rotate=270
options flexfb chip=ili9488

Add following lines in “/etc/modules” file.

aml_i2c
pwm-meson
pwm-ctrl
fbtft_device
flexfb
sx865x

Create a new config file

sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old

Add following lines in “/etc/X11/xorg.conf” file.

Section "Device"
    Identifier    "C fbdev"
    Driver        "fbdev"
    Option        "fbdev" "/dev/fb2"
EndSection

Reboot

sudo reboot
3.5inch_lcd_shield/autox.1474457788.txt.gz · Last modified: 2016/09/21 20:06 by john1117
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0