Displays can be used to communicate with a user/operator. They work much similar to a computer screen but typically are much smaller. Displays can be as simple as a matrix-style LCD monochrome text display and go all the way up to sophisticated true color graphics screens, some providing touch input support.
Technologies
Most DIY displays use one of these technologies:
- Simple LCD: Simple liquid crystal displays can display monochrome text similar to LED matrix displays
- TFT LCD: thin-film-transistors enhance addressability and contrast and can display any graphical content in many thousand colors. In this section I am reviewing the Human Interface components I like and use in my projects
- OLED: organic light emitting diodes provide the best display quality and contrast: no backlighting is required since each pixel is an individual light source. Production is still expensive which is why OLED displays are either small or very expensive. Most OLED displays used for DIY are single-color although affordable full color displays are emerging.
Interfaces
To connect displays to microcontrollers, these two interfaces are commonly used:
- I2C: This simple two-wire protocol is used for small monochrome displays with limited data transfer rates
- SPI: The clock-based four-wire-protocol is typically found in larger and colored displays where much larger amounts of data need to be transferred
Simple matrix-style LCD text displays typically use specific driver boards which in turn can be addressed using I2C.
Operating Voltages
The underlying technology used by all of these displays does not require high voltages and is typically operated with 3.3V. Some come with built-in voltage regulators and accept a wide range of input voltage. Make sure you always check the display datasheet to not exceed the operating voltage.
Slow Website?
This website is typically very fast, and pages should appear instantly. If this site is very slow for you, then your routing may be messed up, and this issue does not only affect done.land, but potentially a few other websites and downloads as well. Here are simple steps to speed up your Internet experience and fix issues with slow websites and downloads..
Comments
Please do leave comments below. I am using utteran.ce, an open-source and ad-free light-weight commenting system.
Here is how your comments are stored
Whenever you leave a comment, a new github issue is created on your behalf.
-
All comments become trackable issues in the Github Issues section, and I (and you) can follow up on them.
-
There is no third-party provider, no disrupting ads, and everything remains transparent inside github.
Github Users Yes, Spammers No
To keep spammers out and comments attributable, all you do is log in using your (free) github account and grant utteranc.es the permission to submit issues on your behalf.
If you don’t have a github account yet, go get yourself one - it’s free and simple.
If for any reason you do not feel comfortable with letting the commenting system submit issues for you, then visit Github Issues directly, i.e. by clicking the red button Submit Issue at the bottom of each page, and submit your issue manually. You control everything.
Discussions
For chit-chat and quick questions, feel free to visit and participate in Discussions. They work much like classic forums or bulletin boards. Just keep in mind: your valued input isn’t equally well trackable there.
(content created May 05, 2024)