Arduino LCD 1.3in Connections:
1: 5V connected to Arduino 5V can also be connected to 3.3V
2: GND to Arduino GND
3: RST of LCD connected to Arduino Pin 7
4: MISO connected to Arduino Pin 6
5: SCK of LCD connected with Arduino Pin 5
6: MOSI is connected to Pin 4 of Arduino
open arduino IDE, go to Examples and then find Multanelectronics_PK_LCD and select the Hello world example.
LCD.print(1,24,1, “Multanelectronics”): first 1 integer is Pixel X Position on LCD, second integer is Pixel Y position and last integer is Color of Text if its 1 it will be Black Text on LCD and if it is 0 it will be empty or no color on LCD then you must use black color background on LCD.
in this example Every character is 7×5 pixel 7 Y = height and 5 = width.
Reviews
There are no reviews yet.