|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>#include <limits.h>#include <errno.h>#include <stdint.h>#include "font.h"#include "bdffontutil.h"#include "fonts.h"Go to the source code of this file.
Macros | |
| #define | FONTINFO |
| #define | FONTSPECS |
Functions | |
| int | main (int argc, char *argv[]) |
| #define FONTINFO |
BDF = Glyph Bitmap Distribution Format See: http://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format
1.8.11