fbcp-ili9341 icon indicating copy to clipboard operation
fbcp-ili9341 copied to clipboard

Screen sometimes freezes completely

Open robloxboy100058 opened this issue 2 years ago • 2 comments

How can I fix the screen freezing to a still image? I was trying to make a simple text file and screen kept freezing and I wanted to save my changes instead of unplugging the Pi.

robloxboy100058 avatar Jul 08 '22 12:07 robloxboy100058

If you keep the display updating (ie, if you are on a desktop, keep jiggling the mouse, on the command line, keep typing) does the display still lock up?

I have an issue open where the display locks up after about 7 seconds of inactivity. my issue also happens after messing about in config.h, have you changed anything in that file?

I might have a solve for you, my issue is only present in the latest version of Raspberry Pi OS, can you try an older version of the OS you're running?

jam-eth avatar Nov 06 '22 22:11 jam-eth

Hi, I've seen a similar issue. I am using the pimoroni-display-hat-mini branch, and when I compile and run it normally, after as short as 20 seconds, the display freezes. I found that it doesn't happen when I build it with debug mode on:

cmake .. -DSTATISTICS=0 -DPIMORONI_DISPLAY_HAT_MINI=ON -DSPI_BUS_CLOCK_DIVISOR=40 -DDISPLAY_BREAK_ASPECT_RATIO_WHEN_SCALING=ON -DBACKLIGHT_CONTROL=ON -DDISPLAY_ROTATE_180_DEGREES=ON -DCMAKE_BUILD_TYPE=Debug

.. which makes tracking down where it's freezing up rather difficult.

lazerdye avatar Nov 11 '22 13:11 lazerdye