-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST]: Screen Drawing #197
Comments
From the firmware, you have access to system command and direct command. There is no command for the LCD screen. However, you have access to the “IOMAPs”, have a look at the nxt-screen example to see how it reads from the LCD, you can use the same technique to write to it. nxt-python/examples/nxt-screen.py Lines 31 to 53 in 960ca03
You can use your computer power to do anything, just avoid writing one pixel at a time. Another option is to have a program running on the brick and use messages to communicate with it. |
This project is cool, but I wish there was support for the LCD screen. This breaks down to these functions:
Obviously this is just a request that suits my project's needs, especially because the base NXT programming software had support for these functions in some capacity. It would be much appreciated if this was added.
The text was updated successfully, but these errors were encountered: