Saurabh_B
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 241
Comments
Recent activity by Saurabh_B-
Unfortunately it is not.These had to be photoshopped to make the anti-aliasing effect disappear.
-
Hello,You can find an example on how to use the Serial OLED below: sbit SCL = P3^4;sbit SDOUT = P1^0;sbit SDIN = P1^1;sbit C_S = P3^3;void delay(unsigned int n) //Delay subroutine{unsigned int i...
-
The display should be compatible for the most part, however a few minor adjustments for the firmware might be necessary.The instruction execution time for the Oled is a fair amount slower so you mi...
-
What you're describing could be caused by how the segments are mapped.Example Code:https://newhavendisplay.com/appnotes/excode/txt/OLED/slim_OLED.txtThe initialization function, we have the command...
-
Hello,Unfortunately we do not have any Linux drivers for our monochrome displays.However there are plenty of people who have made drivers for this and other displays online:The first one I found ...
-
Hello,There isn't a way to control the brightness for these displays. They are set depending on the voltage input.Can you let me know the modifications you did to turn the display into serial, also...
-
The 180 mA is the nominal value, the max allowed would be ~225 mA.80 mA should be able to turn on the backlight however the display will be dimmer than what is stated in the datasheet.
-
Unfortunately the pins are not available to the end user.They do come out to the PCB on pins 5 & 6 of the ribbon connector that soldered onto the back of the display.
-
Hello Garry,Would it be possible to send me a picture of the back of the display as well?I would like to see the date code and the bonding of the OLED Glass to the PCB. I would like to confirm that...
-
From the Photo it looks like the segments are going backwards.Can you try sending a 0x2A (Function Set, RE = 1)followed by the Entry mode set(0b000001XY) where y could be a 0 or 1, this should st...