-
Not sure about the name so better read further.
I have TFT01-2.2S and I am able to load module and write Hello on display using
echo "Hello" > /dev/tty1
But every time something crashes after about…
-
A workaround is to use DMA allocated buffers:
```
modprobe fbtft dma
```
On the BBB (drivers/spi/spi-omap2-mcspi.c), non-DMA SPI transfers above 160 bytes uses DMA mapping on the transfer buffer. Th…
notro updated
10 years ago
-
Device: Nokia3310
Setting the font variable in cmdline.txt to some of the built-in fonts appears to stop the RPI from booting, I have tried several fonts including:
```
fbcon=font:VGA8x8
fbcon=font:…
-
Hi,
I bought a ITDB02-3.2WD. I thought it was supported, but mistook it for the non-widescreen variant. There is [sample code](http://www.exp-tech.de/service/datasheet/ITDB02_3.2WD/_16_9LCDTest.rar) …
rtzui updated
10 years ago
-
I found a nifty little 0.96" color OLED that uses the SSD1331 module. I was thinking about picking it up and adding support for it. I just want to make sure it's not something you already have and are…
-
Using a sequence of dist-upgrade and rpi-update, my Pi running an Raspberry-Foundation Raspian image has arrived at booting Kernel 3.10.25+. I need to build additional kernel modules (namely spi-confi…
-
Is the new 2.2" LCD from Adafruit gonna get supported? It's using the ILI9340 controller. I see they are no longer making the previous LCD that is supported here.
Here is the link
http://www.adafrui…
-
Why not including your own rpi-update clone that download a compiled firmware from your repository?
-
Wie wärs mit einem TFT http://shop.boxtec.ch/screen-module-itdb02-p-40304.html + Coppler http://imall.iteadstudio.com/im130425001.html.
Da gäbe es auch libs dafür: http://henningkarlsen.com/electronic…
-
Hi! Thanks for your excellent work --
It says on in the documentation that "a driver can support more than one device." Does this mean that fbtft is working with multiple displays? I have two SSD1331…