|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
#include "user_config.h"#include <stdint.h>#include <stdarg.h>#include <string.h>#include <math.h>#include "display/ili9341.h"#include "display/tft_printf.h"#include "printf/mathio.h"Go to the source code of this file.
Functions | |
| static void | _putc_win (struct _printf_t *p, char ch) |
| static void | _putc_win_len (struct _printf_t *p, char ch) |
| MEMSPACE int | tft_printf (window *win, const char *fmt,...) |
| tft_printf function More... | |
|
static |
Definition at line 34 of file tft_printf.c.
Referenced by tft_printf().
|
static |
Definition at line 40 of file tft_printf.c.
tft_printf function
| [in] | *win | Window Structure |
| [in] | fmt | printf forat string |
| [in] | ... | vararg list or arguments |
Definition at line 52 of file tft_printf.c.
Referenced by servertest_message(), test_types(), and user_loop().
1.8.11