projects
/
hackover2013-badge-firmware.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Pinconfig für Endbadge.
[hackover2013-badge-firmware.git]
/
badge
/
ui
/
font.h
diff --git
a/badge/ui/font.h
b/badge/ui/font.h
index
e6fe0b4
..
f54b9a9
100644
(file)
--- a/
badge/ui/font.h
+++ b/
badge/ui/font.h
@@
-4,8
+4,9
@@
#include "display.h"
enum {
#include "display.h"
enum {
- BADGE_FONT_WIDTH = 6,
- BADGE_FONT_HEIGHT = 8
+ BADGE_FONT_GLYPH_WIDTH = 5,
+ BADGE_FONT_WIDTH = 6,
+ BADGE_FONT_HEIGHT = 8
};
uint8_t badge_framebuffer_render_char(badge_framebuffer *fb, int8_t pos_x, int8_t pos_y, char c);
};
uint8_t badge_framebuffer_render_char(badge_framebuffer *fb, int8_t pos_x, int8_t pos_y, char c);
This page took
0.019583 seconds
and
4
git commands to generate.