Hello, I need to create a simple LCD display like the one in the photo, but with the PSOC 6.
But I couldn't quite understand the LCD interface of PSOC 6. Does anyone have an example of an LCD display to simply show a string like "Hello World!"? If so, could you provide an example project?
Solved! Go to Solution.
Hi,
FYI, I posted the following sample code.
moto
Hello @RoFr_4201436 ,
Can you please let us know which PSoC6 kit you are using? Also, are you using PSoC Creator IDE or ModusToolbox for creating your application?
Regards,
Dheeraj
Hello @DheerajK_81 ,
The model of my psoc is CYBLE-416045-02 and i'm using the Psoc Creator 4.4.
Hi,
CYBLE-416045-02 is a module with power range of 1.71V to 3.6V.
So you may need to use a 3.3V type LCD display instead of 5V type,
or you need to provide level-shifter to interface 5V LCD display to 3.3V MCU Module.
When I googled there were 3.3V LCD display like below.
(Note: I have not tried them)
moto
Hi,
FYI, I posted the following sample code.
moto