Reply To: PiScreen2 + Raspberry Pi3 display not working

Home Forums Forums Technical Support for PiScreen PiScreen2 + Raspberry Pi3 display not working Reply To: PiScreen2 + Raspberry Pi3 display not working

#5046
Mark Williams
Keymaster

Hi Chris, the IC for the TFT is ILI9488 and we corrected the description on the Tindie page a week ago. sorry for the confus
ion.
Here is the datasheet for the ILI4988;
https://ozzmaker.com/piscreen/ILI9488_Preliminary_DS_V090.pdf

You can see the init sequeince here in the overlay;
https://github.com/raspberrypi/linux/blob/rpi-4.4.y/arch/arm/boot/dts/overlays/piscreen2r-overlay.dts
Here it is for FBTFT;

sudo modprobe flexfb width=320 height=480 regwidth=16 init=\
-1,0xb0,0x0,\
-1,0x11,-2,250,\
-1,0x3A,0x55,\
-1,0x36,0x28,\
-1,0xC0,0x11,0x09,\
-1,0xC1,0x41,\
-1,0xC5,0x00,0x00,0x0,0x0,\
-1,0xB6,0x00,0x02,\
-1,0XF7,0xA9,0x51,0x2C,0x2,\
-1,0xBE,0x00,0x04,\
-1,0xE9,0x00,\
-1,0x29,\
-3
sudo modprobe fbtft_device debug=3 rotate=90 name=flexfb speed=64000000 gpios=reset:25,dc:24,led:22

Every PiScreen is tested before we package up. We test the display and touch.

Can you disable SPI. In config.txt, place a # in font of
dtparam=spi=on

Add back the piscreen2 overlay;
dtoverlay=piscreen2r

If it still doesn’t work, please show me the output ofsudo vcdbg log msg

Using

Mark --OzzMaker.com --

Blip, blop, bloop…