- This topic has 1 reply, 2 voices, and was last updated 9 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › Libraries
I am using the Keil V3 IDE to switch I created a function that helps me set the cursor on the 20×4 LCD.
The function is called Setcursor(x,y) to which x and y correspond to the position on the LCD.
Can someone please help me/guide me into making this function into a library?
Function code to anyone who wants to use this in his projects.
save the above file in xxxx.h extension. call this function in the new project using <xxxx.h>
Use Setcursor(x,y) to call the function in new code.