-
Is there a way to edit the cron to put the display to sleep at certain times?
This is an example from the PADD project.
```
# PiTFT+ SLEEPY TIME
# Turn off the PiTFT+ at midnight
00 00 * * * …
-
# Customised PiBow case for Raspberry Pi + PiJuice + PiTFT - Piet van Zoen
I recently setup a PiHole for my home network. I’m using a Raspberry Pi 3B+ with a PiJuice and a 3.5 inch PiTFT screen. Find…
-
Hi I'm using this to compile:
`cmake -DILI9486=ON -DGPIO_TFT_DATA_CONTROL=24 -DGPIO_TFT_RESET_PIN=25 -DSPI_BUS_CLOCK_DIVISOR=4 -DSTATISTICS=0 ..`
but the cmake doesnt build for ILI9486, probabl…
-
Sir
i need to know how to install piTFT driver for any other image file other than Raspbian. Actually, I am using Yocto project to build my kernel image, now I want to install this driver within to se…
-
Somewhere between balenaOS 2.38 and 2.43, the use of fbcp has started blanking the display output on small PiTFT screens (using the pitft35 and pitft28 dtoverlays).
On 2.43, starting fbcp clears th…
-
The README states
> PiTFT touchscreen is not working with Pi2, yet.
Is this still an issue? If so, is the problem with the specific screen itself and the driver or within the pmb-pitft project code?…
-
On RPi4B/Ubuntu-arm64, the script failed with the error
```
/home/ubuntu/repos/rpi-fbcp/main.c:9:10: fatal error: bcm_host.h: No such file or directory
```
This file is part of Raspbian, but seems…
-
I.e. how to use `lcd_rotate`, `display_lcd_rotate`, `display_hdmi_rotate` and other configs in `config.txt`, as user was confused (tried to use the `TFT_ROTATE` that is not the right one for that rol…
-
I have a [PiTFT Plus 480x320 3.5" TFT+Touchscreen for Raspberry Pi](https://www.adafruit.com/product/2441). The screen was installed with the commands:
`wget https://raw.githubusercontent.com/adafru…
-
Is this display already supported and if yes which cmake options / modifications do I need?
Thx