ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
tft_printf.h
Go to the documentation of this file.
1 
26 #ifndef _TFT_PRINTF_H_
27 #define _TFT_PRINTF_H
28 
29 /* tft_printf.c */
30 MEMSPACE int tft_printf ( window *win , const char *fmt , ...);
31 
32 #endif
MEMSPACE int tft_printf(window *win, const char *fmt,...)
tft_printf function
Definition: tft_printf.c:52
#define MEMSPACE
Definition: cpu.h:25
Definition: ili9341.h:34