Noralf Trønnes
Noralf Trønnes
Yeah I'm aware of that. To support that someone would have to write/port a MIT licensed software encoder for use in the host driver since hw jpeg encoding in the...
It doesn't say which LCD controller the display uses on that page. I see the display comes with an image. Isn't that good enough? If they use FBTFT on that...
Since there is no DC/RS pin I assume it's using the 3-wire SPI mode, which on this controller means 9-bit SPI. From the top of my head: ``` sudo modprobe...
> It is an exact copy of valdodov's circuit ... > is there any chance to get it working ? No plans to support that circuit.
If Raspian, you need to change fbdev option in /usr/share/X11/xorg.conf.d/99-fbturbo.conf
Please contact the seller. They know their display and image.
initramfs is done differently with the current Device Tree kernels. I haven't had time to look into it. There's something in this thread: http://www.raspberrypi.org/forums/viewtopic.php?p=685709&sid=61c7334eb300ad23c03fb28f94e37d7c#p685709 If you make it work and...
BRANCH=builtin is deprecated. I haven't got time to make it anymore. As soon as we get a SPI DMA driver in the official kernel release, I will stop releasing the...
Use a HDMI monitor to see if there are more messages. FBTFT won't display panic messages.
The rpi-firmware kernel is deprecated now, the official Pi kernel has all the necessary pieces. 1. sudo rpi-update 2. /boot/config.txt -> dtparam=spi=on 3. sudo nano /etc/modules -> fbtft_device name=tm022hdh26 gpios=dc:24,reset:25,led:18...