17_fb_tft 202 B

1234567
  1. #!/bin/sh
  2. # on first boot, update the fbtft module loadcd
  3. echo "fbtft_device name=tm022hdh26 busnum=32766 cs=1 gpios=dc:11,reset:14 speed=98985984 txbuflen=153600" > /etc/modules.d/06-fb-tft
  4. exit 0