S
S
Strange2015-06-07 10:09:09
Arduino
Strange, 2015-06-07 10:09:09

Where can I find a description of the font format?

I'm using a 0.96" I2C OLED module with arduino. I'm wondering what font format is used and how to create my own font? (for example, I need only numbers and a few special characters, but the size is larger than the default 7x5).
Thank you.
Font description:

0x00 0x7C 0x12 0x11 0x12 0x7C // A
0x00 0x7F 0x49 0x49 0x49 0x36 // B
0x00 0x3E 0x41 0x41 0x41 0x22 // C
0x00 0x41F , 0x41, 0x22, 0x1C, // D
0x00, 0x7F, 0x49, 0x49, 0x49, 0x41, // E

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Moskus, 2015-06-07
@Strange

Convert the hexadecimal values ​​to binary (0x36=00110110) and write each such value in a column from top to bottom. Each next value is the next column from left to right.
That's the whole font format.

A
Alexander, 2015-06-07
@NeiroNx

There are even excel files on the Internet for this. https://yadi.sk/i/CUwWxx9fh82dd

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question