exiad Posted June 16, 2016 Posted June 16, 2016 Hi everyone, I'm trying to connect Tiny LCD to OrangePiOne. I bought this cheap LCD display with touch panel. http://www.aliexpress.com/snapshot/7757492669.html?orderId=75894630877559 --My environment-------------------------------------------------------------------------------------------------- Orange Pi One Armbian Jessie Desktop with legacy kernel DS1302 RTC module(work with WiringOP) 720p DVI Display 2.8" SPI Serial Port 240x320 ILI9341 TFT LCD Display Screen Touch Panel Backlight Module ------------------------------------------------------------------------------------------------------------------------ I connected and tried to configure the LCD module with this guidance. http://www.armbian.com/banana-pi/ But when I run this code, sudo modprobe fbtft_device name=adafruit28 I received the error message, "modprobe: ERROR: could not insert 'fbtft_device': Invalid argument" or "modprobe: ERROR: could not insert 'fbtft_device': Unknown symbol in module, or unknown parameter (see dmesg)" I heard Armbian includes "fbtft" and "SPI is ready", but my environment seems the kernel does not load fbtft. Could anyone give me advice?? Thank you.
markbirss Posted June 17, 2016 Posted June 17, 2016 The pinout on this board is different to the ones already tested. They cheap enough to consider getting Go check out the guide of the ones already configured and confirmed working ( 2 versions) not touch yet as far a i know http://www.grabber.xyz/2016/04/orange-pi-pc-tiny-lcd-tutorial.O4WYqdBez5_.html where buy:http://www.aliexpress.com/item/2-4-inch-TFT-touch-LCD-Screen-Module-For-Arduino-UNO-R3-Free-Shipping/1814799101.htmlFiles:https://mega.nz/#!VYlQSYzY!WUYI6lDxYMwoTKblV7jDxJQSdPu5XlVQv4ctnSzkfigSupport:https://www.facebook.com/groups/1483270805309190/ Hi everyone, I'm trying to connect Tiny LCD to OrangePiOne. I bought this cheap LCD display with touch panel. http://www.aliexpress.com/snapshot/7757492669.html?orderId=75894630877559 --My environment-------------------------------------------------------------------------------------------------- Orange Pi One Armbian Jessie Desktop with legacy kernel DS1302 RTC module(work with WiringOP) 720p DVI Display 2.8" SPI Serial Port 240x320 ILI9341 TFT LCD Display Screen Touch Panel Backlight Module ------------------------------------------------------------------------------------------------------------------------ I connected and tried to configure the LCD module with this guidance. http://www.armbian.com/banana-pi/ But when I run this code, sudo modprobe fbtft_device name=adafruit28 I received the error message, "modprobe: ERROR: could not insert 'fbtft_device': Invalid argument" or "modprobe: ERROR: could not insert 'fbtft_device': Unknown symbol in module, or unknown parameter (see dmesg)" I heard Armbian includes "fbtft" and "SPI is ready", but my environment seems the kernel does not load fbtft. Could anyone give me advice?? Thank you.
Recommended Posts