I have successfully used this tutorial to display text on my LCD monitor with my Arduino: http://www.gammon.com.au/forum/?id=11608
This displays multiple characters per line for 30 lines.
I need to display 3 characters per line for four lines, but fill the whole screen with it.
E.g.
XXX
XXX
XXX
XXX
I tried altering the code in hundreds of ways but can't get it to work.
How can I achieve this?
What variables do I need to change, and to what?
Also, how can I invert everything, making black white and white black?
(It is for a project that relies on this specific feature)
Thank you!
This displays multiple characters per line for 30 lines.
I need to display 3 characters per line for four lines, but fill the whole screen with it.
E.g.
XXX
XXX
XXX
XXX
I tried altering the code in hundreds of ways but can't get it to work.
How can I achieve this?
What variables do I need to change, and to what?
Also, how can I invert everything, making black white and white black?
(It is for a project that relies on this specific feature)
Thank you!