Maker Screen Methods and Controls
Topics Covered:
Whenever a programmer writes a program, they make lots of decisions: What will the program do? Will it be one big program or many small parts? Can I use existing code and just change it a bit for my use?
The same goes for the code library MakerScreenXVI, which is the set of methods and controls that make it easier to use Maker Screen. We decided on the most useful features, what to name them, and how to use them. In this program, you see all of the methods and what they do.
This code will not do anything useful on its own- it's a list of what is possible with the screen with a short explanation of how to use it. Try implementing some of the methods with other screen basics, like using backlightToggle(); with a message on the screen.