ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Macros | Functions
bdfview.c File Reference
#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[])
 

Macro Definition Documentation

#define FONTINFO

BDF = Glyph Bitmap Distribution Format See: http://en.wikipedia.org/wiki/Glyph_Bitmap_Distribution_Format

Definition at line 48 of file bdfview.c.

#define FONTSPECS

Definition at line 49 of file bdfview.c.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Definition at line 53 of file bdfview.c.