Subversion Repositories libOLED

Rev

Rev 17 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17 Rev 18
Line 122... Line 122...
122
 
122
 
123
// defined fonts
123
// defined fonts
124
// original 5x7
124
// original 5x7
125
extern font5x7_t small_font;
125
extern font5x7_t small_font;
126
 
126
 
-
 
127
 
127
// lucida font
128
// lucida font
128
// in 10x18
129
// in 10x18
129
extern font10x18_t large_font;
130
extern font10x18_t large_font;
130
 
131
 
131
// scaled down lucida font
-
 
132
// in 5 x 9
-
 
133
extern font10x18_t medium_font;
-
 
134
132
// 4/5 scaled down lucida font
-
 
133
// 
-
 
134
extern font10x18_t medium_font;
-
 
135
 
-
 
136
/// half sized lucida font 
-
 
137
extern font10x18_t half_font;
-
 
138
135
139