Resolution problem on Raspberry 4 #2435
Replies: 6 comments
-
If I use a HDMI screen (1920x1080), the program displays a correct circle. Reinhard |
Beta Was this translation helpful? Give feedback.
-
This could be an issure with raylib detecting display resolution properly |
Beta Was this translation helpful? Give feedback.
-
I was using OpenVG in the past. On the Raspberry Pi 4, this library is not supported anymore. On the previous version RPi 2 3 it was working fine. I try to find a replacement solution with Raylib. |
Beta Was this translation helpful? Give feedback.
-
Hi,
The program recognize now the screen: INFO: DISPLAY: No graphic card set, trying platform-gpu-card and work perfectly. |
Beta Was this translation helpful? Give feedback.
-
How I can configure my first screen (5inh) to work like the 4inch with const int screenWidth = 480; BR |
Beta Was this translation helpful? Give feedback.
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
Hi,
I use a Raspberry Pi with a 5 inch screen. The resolution of the screen is 800x480.
When I try to draw a circle, the screen displays a flat circle.
As you can see the program detect a screen 800x600 but the screen resolution is 800x480.
log.txt
source.txt
Could you please tell me what is wrong.
Kind regards,
Reinhard
Beta Was this translation helpful? Give feedback.
All reactions