11 lines
204 B
C
11 lines
204 B
C
|
|
#include "fbfont.h"
|
|
|
|
#include "fonts/dhepper-font8x8/font8x8_basic.h"
|
|
#include "fonts/Arial-32px.h"
|
|
|
|
|
|
fbfont arial_32 = { 22, 37, (char*)xbm_arial_32 };
|
|
fbfont basic_8 = { 8, 8, (char*)font8x8_basic };
|
|
|