search
[last update: 2024-09-04]
OLED - Fonts
OLED - Overview/Specs
-----
Did I mention I don't really know what I'm doing?
These notes and instructions are things I've gotten off the web (many that I haven't personally tested),
or things I've tried, and know that they do work.
On This Page: This is for 128x32 OLED (Adafruit 4440 or the generic equivalent)
using different fonts
display.cp437(true)
----------------------------------------------
This seems to be the minimum sufficient library to include, however I've never seen it used just by itself.
It's always used along with other libraries:
Plus, if you want any special fonts, you must include them as well, eg:
However, if all you want to do is send default text to your screen, then the SSD1306 library is sufficient to make it work.
----------------------------------------------------------------
----------------------------------------------
----------------------------------------------
you can give it hex as well:
But it will only do a single character at a time.
--------------------
Then to invoke/activate/select it, before you do your print or write statements, do this:
See: OLED - Fonts for a list of just some of the many fonts available.
----------------------------------------------
----------------------------------------------
.
.
.
eof