OLED Screen question
OLED Screen question
Hey guys,
I just received a 1.44 inch TFT LCD and I have successfully connected it to the Pi using modprobe to send the framebuffer to the OLED screen.
I am ready now to desolder it from the PCB but I noticed it has a resistor connected to the LED pin (possibly to prevent burning the LED out), a voltage regulator and a capacitor connected to the VCC pin.
Is it safe to desolder the OLED and not add these components when building the VMU?
I just received a 1.44 inch TFT LCD and I have successfully connected it to the Pi using modprobe to send the framebuffer to the OLED screen.
I am ready now to desolder it from the PCB but I noticed it has a resistor connected to the LED pin (possibly to prevent burning the LED out), a voltage regulator and a capacitor connected to the VCC pin.
Is it safe to desolder the OLED and not add these components when building the VMU?
-
- Posts: 19
- Joined: Sat Apr 28, 2018 10:48 pm
- Has thanked: 2 times
- Been thanked: 6 times
Re: OLED Screen question
Oh my bad, to be honest I don't really know the difference between both.
Any ideas on the resistor, voltage regulator and capacitor question?
-
- Posts: 4
- Joined: Fri Dec 15, 2017 6:38 am
- Has thanked: 3 times
- Been thanked: 1 time
Re: OLED Screen question
Hi!
I reccomend Just letting the whole thing be.
the Voltage regulator and resistor are there to regulate the voltage and limit the current.
The LED resistor does not have to be there IF you provide the correct voltage to it (this can be found if there is a datasheet).
The Power regulator is also not needed IF you provide the correct voltage to it (this can also be found in the datasheet).
As for the capacitor it's used for smoothing out the voltage, its not necessary but recommended when working with audio signals.
You can also just trim the PCB with a hacksaw (Thats what i do if components are too large).
I reccomend Just letting the whole thing be.
the Voltage regulator and resistor are there to regulate the voltage and limit the current.
The LED resistor does not have to be there IF you provide the correct voltage to it (this can be found if there is a datasheet).
The Power regulator is also not needed IF you provide the correct voltage to it (this can also be found in the datasheet).
As for the capacitor it's used for smoothing out the voltage, its not necessary but recommended when working with audio signals.
You can also just trim the PCB with a hacksaw (Thats what i do if components are too large).
Re: OLED Screen question
Thanks TheKayneGame!
I don't know if there's a data sheet for the one I bought, I ended up desoldering the screen and components from the PCB. The multimeter then helped me getting their resistance and capacitance.
It seems like the screen works fine with a 3.3 volts input. Without the resistance the colors look a little bit blueish, I am going to try to solder it directly to the wire though.
I don't know if there's a data sheet for the one I bought, I ended up desoldering the screen and components from the PCB. The multimeter then helped me getting their resistance and capacitance.
It seems like the screen works fine with a 3.3 volts input. Without the resistance the colors look a little bit blueish, I am going to try to solder it directly to the wire though.
Re: OLED Screen question
how did you wire yours? i bought the same exact screen and cant get it to work at all. not even the backlight.smoscar01 wrote: ↑Tue Jul 17, 2018 4:57 pmThanks TheKayneGame!
I don't know if there's a data sheet for the one I bought, I ended up desoldering the screen and components from the PCB. The multimeter then helped me getting their resistance and capacitance.
It seems like the screen works fine with a 3.3 volts input. Without the resistance the colors look a little bit blueish, I am going to try to solder it directly to the wire though.
- moosepr
- Posts: 524
- Joined: Wed Jan 25, 2017 6:18 am
- Has thanked: 69 times
- Been thanked: 241 times
- Contact:
Re: OLED Screen question
If you backlight looks a little blue, then you're probably over voltage on the little led. Try a 10ohm resistor for the backlight, they only need 3.2v normally, so 3.3 direct does work, but can melt them!
Get a small cheep LCD in your project https://www.sudomod.com/forum/viewtopic.php?f=22&t=2312
Wrap it all round a battery https://www.sudomod.com/forum/viewtopic.php?f=13&t=2292
Or use a custom PCB to make it really small https://www.sudomod.com/forum/viewtopic.php?f=13&t=2512
or make it really really really really tiny!! https://www.sudomod.com/forum/viewtopic.php?f=13&t=2919
Wrap it all round a battery https://www.sudomod.com/forum/viewtopic.php?f=13&t=2292
Or use a custom PCB to make it really small https://www.sudomod.com/forum/viewtopic.php?f=13&t=2512
or make it really really really really tiny!! https://www.sudomod.com/forum/viewtopic.php?f=13&t=2919
Re: OLED Screen question
Hey Kenshin16,Kenshin16 wrote: ↑Mon Aug 06, 2018 7:16 pmhow did you wire yours? i bought the same exact screen and cant get it to work at all. not even the backlight.smoscar01 wrote: ↑Tue Jul 17, 2018 4:57 pmThanks TheKayneGame!
I don't know if there's a data sheet for the one I bought, I ended up desoldering the screen and components from the PCB. The multimeter then helped me getting their resistance and capacitance.
It seems like the screen works fine with a 3.3 volts input. Without the resistance the colors look a little bit blueish, I am going to try to solder it directly to the wire though.
Before I desoldered it from the PCB I tested wiring it to a Raspberry PI 3b using a breadboard (you'd be surprised with the amount of defective screens you can get from China)
Here's how I wired it:
LED -> pin 1
SCK -> pin 23
SDA -> pin 19
A0 -> pin 16
RESET -> pin 18
CS -> pin 22
GND -> pin 9
VCC -> pin 17
As far as I can tell, these screens do not wait for the driver to receive images to turn the led on, so as long as you have the LED, VCC and GND connected properly, you should see the screen's backlight turning on when turning the Pi on. If not, it is possible you might have a defective screen.
This is the only photo I took when I did it, hope it helps:

Re: OLED Screen question
Thanks for the advise moosepr
I ended up soldering back the resistor to avoid burning the LED.
Ugly workaroundShow

Who is online
Users browsing this forum: No registered users and 0 guests