Alee_S
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 67
Comments
Recent activity by Alee_S-
Hello there!I have attached some sample code to help get you started. Although this code is written for a different model, it will work for the NHD-C12864A1Z-FS(RGB)-FBW-HT1 display as well.Hope th...
-
Hello there!Please note that contrast voltages for both displays differ, as C12864WC calls for around 10.3 V, while C12864LZ calls for 8.5 V. This may be why you are seeing one display work perfect...
-
Hello there!I have reviewed the controller datasheets for both displays, and they are extremely similar in their commands, timing characteristics, DC electrical characteristics, pin connections, et...
-
Hi sherloc987!A pot is a variable resistor that can be adjusted anywhere from 0 ohms to the maximum resistance it is rated to handle. So when the datasheet recommends a 10k~20k pot, it means any ...
-
This topic is currently being supported via e-mail.
-
Hello there!Please try including command (0xA1) for ADC select and command (0xC8) for Common output mode select in your initialization routine and see if this rotates the image to your desired orie...
-
Hi Golding52,Unfortunately we do not have resources on our end for operating our 128x64 Graphic LCD in Python. It may be necessary to create your own library in order to do so.Attached below is sam...
-
Hi Craig,The main mechanism for controlling and adjusting the contrast is through the external resistor network as labeled on the wiring diagram.The internal contrast control can be used to tune th...
-
Hi Duwaar,Yes, the max current output from the regulator should be sufficient, as this display requires a max of 1mA to operate.The backlights shouldn't be powered with the 5V pin either, as its ra...
-
Hi Duwaar,Please note the ST7565 controller is capable of supporting both parallel and serial interface, and the /RD & /WR pins are used for 8080 parallel mode interface. However, our display only ...