My screen is barely readable
My screen is barely readable
I have wired up my screen based upon Felders post. (http://www.sudomod.com/forum/viewtopic. ... =lcd#p9839)
I dont have the adafruit monitor i have the BW one so I wired it up but the text just isnt readable. Is my voltage too slow? or did I wire it to the pi wrong?
Also there is a bit of noise on the screen. There are waves pulsating from top to bottom
I dont have the adafruit monitor i have the BW one so I wired it up but the text just isnt readable. Is my voltage too slow? or did I wire it to the pi wrong?
Also there is a bit of noise on the screen. There are waves pulsating from top to bottom
- Mischief
- Posts: 225
- Joined: Sat May 21, 2016 7:50 am
- Location: Wolverhampton, UK
- Has thanked: 29 times
- Been thanked: 69 times
Re: My screen is barely readable
In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
- statikeffeck
- Posts: 31
- Joined: Tue Jul 05, 2016 8:35 pm
- Has thanked: 23 times
- Been thanked: 5 times
Re: My screen is barely readable
Thanks for the info! I noticed retroarch is fixed at roughly 640x480, any way to shrink that down permanently as well?Mischief wrote:In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
- Mischief
- Posts: 225
- Joined: Sat May 21, 2016 7:50 am
- Location: Wolverhampton, UK
- Has thanked: 29 times
- Been thanked: 69 times
Re: My screen is barely readable
Not had issues with that yet so not looked into it, most of the info I know is from searching google and following or combining many tutorials.statikeffeck wrote:Thanks for the info! I noticed retroarch is fixed at roughly 640x480, any way to shrink that down permanently as well?Mischief wrote:In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
The font size mod is from the adafruit learn site, but because the carbon skin had red text for selected game it was still fuzzy I changed to another skin and modified the font size on that instead.
Re: My screen is barely readable
Mischief wrote:In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
How do you modify the themes XML code? I cant find it in the boot menu. Im sorry but I am a bit lost. Also this is more specifically for emulation station. I am unable to read anything.
- ChunkeeMunkee
- Posts: 42
- Joined: Fri Jul 22, 2016 9:20 pm
- Location: Walsall, UK
- Has thanked: 16 times
- Been thanked: 7 times
- Contact:
Re: My screen is barely readable
Can't help with the text size I'm afraid, however the screen phasing you mentioned can be fixed with a jumper wire:
(Image taken from Sudomod Wiki)
Had the same issues myself (BW screen Variant 7, same as yours by the looks of it). You don't even need to remove any chips!
(Image taken from Sudomod Wiki)
Had the same issues myself (BW screen Variant 7, same as yours by the looks of it). You don't even need to remove any chips!
- Mischief
- Posts: 225
- Joined: Sat May 21, 2016 7:50 am
- Location: Wolverhampton, UK
- Has thanked: 29 times
- Been thanked: 69 times
Re: My screen is barely readable
Framebuffer in config.txt is so you can read the text on the pi's console (when you press F4 on a keyboard), to adjust the theme (emulationstation) text you have to press F4 then enter the code "sudo nano /etc/emulationstation/themes/carbon/carbon.xml" (where carbon is replace it with the name of the skin your using) then change all the lines <fontsize>X.XXX</fontsize> to <fontsize>0.05</fontsize>mwass wrote:Mischief wrote:In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
How do you modify the themes XML code? I cant find it in the boot menu. Im sorry but I am a bit lost. Also this is more specifically for emulation station. I am unable to read anything.
I solved the screen noise issue by removing the IC chip before running the bypass wire, also if your running another device as well as the screen from the same power point that will cause a little noise as will having the power wires to the screen too long make them as short as possible.

Re: My screen is barely readable
Sorry for being stupid but how exactly do you type that. You only have 4 buttons. I know that "A" if f4 but how do you type the rest?Mischief wrote:Framebuffer in config.txt is so you can read the text on the pi's console (when you press F4 on a keyboard), to adjust the theme (emulationstation) text you have to press F4 then enter the code "sudo nano /etc/emulationstation/themes/carbon/carbon.xml" (where carbon is replace it with the name of the skin your using) then change all the lines <fontsize>X.XXX</fontsize> to <fontsize>0.05</fontsize>mwass wrote:Mischief wrote:In /boot/config.txt you can modify this line to change the console resolution:
#framebuffer_width=320
#framebuffer_height=240
Just remove the hashtags and set the resolution to what the screen outputs (most are 320*240)
To get larger text on the emulation station themes you have to modify the themes XML use this code (for carbon theme):
sudo nano /etc/emulationstation/themes/carbon/carbon.xml
Then change all lines for font size to <fontsize>0.05</fontsize>
How do you modify the themes XML code? I cant find it in the boot menu. Im sorry but I am a bit lost. Also this is more specifically for emulation station. I am unable to read anything.
I solved the screen noise issue by removing the IC chip before running the bypass wire, also if your running another device as well as the screen from the same power point that will cause a little noise as will having the power wires to the screen too long make them as short as possible.
Who is online
Users browsing this forum: No registered users and 1 guest