Short, Easy Dialogues
15 topics: 10 to 77 dialogues per topic, with audio
HOME – www.eslyes.com
Mike michaeleslATgmail.com
February 22, 2018: "500 Short Stories for Beginner-Intermediate," Vols. 1 and 2, for only 99 cents each! Buy both e‐books (1,000 short stories, iPhone and Android) at Amazon (Volume 1) and at Amazon (Volume 2). All 1,000 stories are also right here at eslyes at Link 10.
To change the font, you literally just change the pointer passed to setFont . The library handles the rest. As an embedded developer, you must constantly choose between features and resources.
// No need to clear the screen; u8x8 handles it. u8x8.drawString(0, 0, "Hello, World!"); u8x8.setCursor(0, 2); u8x8.print("Row 3"); u8x8 fonts
The U8g2 library includes a tool called bdfconv (BDF Converter). BDF (Glyph Bitmap Distribution Format) is a standard text-based font format. To change the font, you literally just change
. Every character, from the period ( . ) to the capital 'W', occupies exactly 8 columns of pixels. This is fast because the library doesn't need to measure the character width; it just jumps 8 columns to the right. To change the font