Saurabh_B
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 241
Comments
Recent activity by Saurabh_B-
Hello,This display is only set to work with monochrome. You would not be able to send different values for the pixels
-
Unlike standard character LCDs it doesn't look like the RA6963 allows you to store custom fonts.However it is a graphic display and you should be able to create your own font table to use and just ...
-
This is most likely due to the high contrast. I would recommend using a lower setting for the electronic volume.This will determine the pixel clarity.
-
It seems that your contrast might be set a bit high.The random pixels can result from any mix of information that could be stored in the RAM for the display controller.Have you tried to clear the s...
-
I apologize for the wait,I will see if I can pull up your email and send you the copy of the model.
-
The code below is for our 8051 Control Board. The REG52.h and AL.h are required libraries to configure this controller.The sbit command is the same as #define, where instead of toggling P3^7 you ...
-
While the controller for the display (ST7789S) Can work with a 1.8V system, the display will need 3.3V.Because of this you CAN use 1.8V on the IOVDD and 1.8V Logic with the data lines (DB0-15, /CS...
-
Joel,The 200µA does seem low. Would it be possible to tell me what the voltage measures at the VOUT pin?The capacitors are part of a voltage boosting circuit which will generate the voltage require...
-
Hello Joel,1. Yes the display will work at 100khz2. The supply current is dependent on what the display is showing and how far you are using the voltage booster, it can use up to 1 mA of current wh...
-
Would it be possible to show a schematic of how you have the display connected?Other than the shift register you also have certain control signals that need to be toggled to latch the data.