Raspberry Pi B v2 & SainSmart 3.2" TFT LCD for Raspberry P - Raspberry Pi Forums
hi folks,
son's got raspberry pi b v2 (000e) , got sainsmart 3.2" tft lcd raspberry pi (http://www.sainsmart.com/sainsmart-3-2- ... ry-pi.html).
i'm okay linux, we're both new raspberry pi.
there way display working raspberry pi? if so, steps?
have tried few howtos, they've either been different display devices or seem outdated. we're running raspbian, atm, we're not married it. can display working fine.
thanks,
jamie
son's got raspberry pi b v2 (000e) , got sainsmart 3.2" tft lcd raspberry pi (http://www.sainsmart.com/sainsmart-3-2- ... ry-pi.html).
i'm okay linux, we're both new raspberry pi.
there way display working raspberry pi? if so, steps?
have tried few howtos, they've either been different display devices or seem outdated. we're running raspbian, atm, we're not married it. can display working fine.
thanks,
jamie
try this
sudo modprobe fbtft_device name=sainsmart32
, /dev/fb1 should appear. there'll lots of messages show on dmesg command after that.
if works can add line /etc/modules https://github.com/notro/fbtft/wiki#install
https://github.com/notro/fbtft/wiki/lcd ... insmart-18
sudo modprobe fbtft_device name=sainsmart32
, /dev/fb1 should appear. there'll lots of messages show on dmesg command after that.
if works can add line /etc/modules
code: select all
fbtft_device name=sainsmart32
https://github.com/notro/fbtft/wiki/lcd ... insmart-18
raspberrypi
Comments
Post a Comment