libDaisy
Hardware Library for Daisy
Toggle main menu visibility
Introduction
Related Pages
Additional Resources
Electrosmith Website
Daisy Seed Product Page
Daisy Web Programmer
Daisy Seed Datasheet
DaisySP DSP Library Documentation
Daisy Forum
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
a
b
c
d
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
w
Functions
Variables
Macros
_
a
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
u
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
oled_fonts.h
Go to the documentation of this file.
1
#pragma once
2
#ifndef DSY_OLED_FONTS_H
3
#define DSY_OLED_FONTS_H
4
#include <stdint.h>
5
16
typedef
struct
17
{
18
const
uint8_t
FontWidth
;
19
uint8_t
FontHeight
;
20
const
uint16_t *
data
;
21
}
FontDef
;
16
typedef
struct
{
…
};
22
23
25
extern
FontDef
Font_4x6
;
26
extern
FontDef
Font_4x8
;
27
extern
FontDef
Font_5x8
;
28
extern
FontDef
Font_6x7
;
29
extern
FontDef
Font_6x8
;
30
extern
FontDef
Font_7x10
;
31
extern
FontDef
Font_11x18
;
32
extern
FontDef
Font_16x26
;
34
#endif
Font_4x8
FontDef Font_4x8
Font_5x8
FontDef Font_5x8
Font_6x8
FontDef Font_6x8
Font_16x26
FontDef Font_16x26
Font_4x6
FontDef Font_4x6
Font_6x7
FontDef Font_6x7
Font_11x18
FontDef Font_11x18
Font_7x10
FontDef Font_7x10
FontDef
Definition
oled_fonts.h:17
FontDef::FontHeight
uint8_t FontHeight
Definition
oled_fonts.h:19
FontDef::data
const uint16_t * data
Definition
oled_fonts.h:20
FontDef::FontWidth
const uint8_t FontWidth
Definition
oled_fonts.h:18
src
util
oled_fonts.h