- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
FontSets
        朝日薫 edited this page Dec 19, 2022 
        ·
        8 revisions
      
    OLED/LCD用英数フォントイメージセット。
PROGMEM領域に展開されるので使用するには
<avr/pgmspace.h>
を必要とする。
現在ここに収容され使用可能なフォントセットはひとつだけだ。
依存性:<avr/pgmspace.h>
extern const uint8_t moderndos_8x16 [] PROGMEM;8bit x 16Byteの「modernDOS」グリフ。 0x20-0x7F の 96キャラクタを収容している。
ビットマップ方向は左:MSB-右:LSB、上指標:0x00-下指標:0x0F である。
| Byte\bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 
|---|---|---|---|---|---|---|---|---|
| 0 | ||||||||
| 1 | ||||||||
| 2 | ||||||||
| 3 | ■ | ■ | ■ | ■ | ■ | ■ | ■ | |
| 4 | ■ | ■ | ■ | ■ | ||||
| 5 | ■ | ■ | ■ | |||||
| 6 | ■ | ■ | ■ | |||||
| 7 | ■ | ■ | ■ | ■ | ||||
| 8 | ■ | ■ | ■ | ■ | ||||
| 9 | ■ | ■ | ■ | |||||
| A | ■ | ■ | ||||||
| B | ■ | ■ | ||||||
| C | ■ | ■ | ■ | ■ | ||||
| D | ||||||||
| E | ||||||||
| F | 
Latin-1に準じる。
0x5Cはbackslash記号。
0x7Fはdegress記号。
Twitter(X): @askn37 
BlueSky Social: @multix.jp 
GitHub: https://github.com/askn37/ 
Product: https://askn37.github.io/
Copyright (c) 2022,2023 askn (K.Sato) multix.jp 
Released under the MIT license 
https://opensource.org/licenses/mit-license.php 
https://www.oshwa.org/
multix.jp/てくにかるむ(休眠中)
Multix Zinnia Product SDK [*AVR]
AVR.JP(日本語訳)
AVR-LIBC(日本語訳)