-
Hi there,
I'm trying to get a PiTFT to work with FBTFT (listed on the [Supported LCD Shields page](https://github.com/notro/fbtft/wiki/LCD-Shields#wiki-pitft-mini-kit---320x240-28-tfttouchscreen)), bu…
-
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…
-
For example, i need to drive 4 small SPI displays. According to SPI specification, i can use slave select (SS) to select display i need to drive. But, does display controller need some initialization …
-
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…
-
Does the fbtft driver have support for the Pitft yet? also the custom image you are going to make for it, will it have it compiled into the kernel so it can be specified in cmdline.txt??
naleo updated
10 years ago
-
Adafruit_SSD1331::write and hence Print::print() obey \n but do not line-wrap at end of line or screen-wrap at bottom of screen.
Adafruit_SSD1331::drawString wraps at end of line, but does not obey \n…