Go to advanced search

by lema67
Wed Oct 28, 2015 6:33 pm
Forum: Troubleshooting
Topic: LCD driver at boot
Replies: 3
Views: 1821

Re: LCD driver at boot

Hey the same by me @ Jessie . I have a workaround for me found. Put your driver-init in a file : /usr/local/bin/loaddisplay loaddisplay: (for my Display) #!/bin/bash modprobe fbtft_device name=flexfb gpios=dc:22,reset:27 speed=48000000 modprobe flexfb width=320 height=240 buswidth=8 init=-1,0xCB,0x3...

Go to advanced search