Could you provide more specific instruction on how to make this modification?fraggle wrote: ↑Wed Apr 19, 2017 9:06 pmYou could try forcing the frame buffer to the resolution of the screen. What I have found is that quite a few of the 3.5" composite screens are not actually 320 x 240 - they are a little under - for example the ones I have are actually 320 x 234.
To set the frame buffer open up /boot/config.txt and uncomment/modify the following lines to match your screen resolution.
Code: Select all
framebuffer_width=320 framebuffer_height=234
Please & thanks, Gretchen