Apache KU unit cursor #90
Unanswered
Assamita81
asked this question in
Q&A
Replies: 0 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone. I have a couple of questions regarding the Apache KU unit, both related to the cursor in particular.
I'm building a unit with a 1601 LCD screen, and my two questions are:
1- The cursor in the LCD displays a # simbol. However in game is a solid block with all individual pixels lit in that "box". Is it possible to get that same "icon" in the LCD?
2- Since I'm using a 1601 LCD but the real thing is 22 chars long, I need to find a way to display the relevant part of those 22 characters, and I've thought of using the position of the cursor for that. But to do that, I need to do an if statement in the arduino code that reads the cursor. It would be something like:
if (newValue[0] == "#") {but that doesn't work. What would be the proper character to identify the cursor?
Thank you very much
Beta Was this translation helpful? Give feedback.
All reactions