Michael_L
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 216
Comments
Recent activity by Michael_L-
I actually have some code I can share with you. It is written for an Arduino Uno and uses the parallel interface. See below: //---------------------------------------------------------/*NHD_0420D...
-
Welcome to the forum - thank you for sharing!
-
There is a known issue on our Slim Character OLED modules which affects its operation when used in I2C mode.When using the module’s I2C interface, AND using 5.0V operation, I2C bus errors such as...
-
Hi Peter,Please use our technical support email nhtech@newhavendisplay.com to send any relevant documents/files.You may reference Paul/this forum post in your email, and we will be more than happy ...
-
Morning,There must be a mistake in your schematic, for your reference please see the attachment.
-
Hi daota, please see below: void comm_out(unsigned char c){ DC_LOW; PORTA = c; WR_LOW; WR_HIGH;}void data_out(unsigned char d){ PORTA = d; WR_LOW; WR_HIGH;}void Set_Column_Address(unsigned i...
-
If the TFT interface on that microcontroller can support up to 1024x768 pixels, then using our 800x480 pixel TFT with it will be fine.To calculate frame buffer:800 (horizontal pixels) x 480 (vertic...
-
Chris,Have you been referring to the proper datasheet for the NHD-4.3-480272EF-ASXN#-CTP? The pinout for the CTP is shown on page 4, and the /WAKE signal is not brought out to the 6-pin FFC.You wi...
-
Morning,Correct, the LSBs (least significant bits) of each color data line will need to be tied to ground when 18-bit RGB interfacing is being used.
-
Not a problem Marsaf, happy to help!