ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
undefine any potential macro version of these functions More...
#include <mathio.h>
Data Fields | |
void(* | put )(struct _printf_t *, char) |
void * | buffer |
int | len |
int | sent |
undefine any potential macro version of these functions
We let printf use user defined I/O functions
void* _printf_t::buffer |
Definition at line 84 of file mathio.h.
Referenced by _fprintf_putc(), _putc_buffer_fn(), _putc_win(), _putc_win_len(), _write_byte_fn(), fprintf(), snprintf(), tft_printf(), vsnprintf(), and vsock_printf().
int _printf_t::len |
Definition at line 85 of file mathio.h.
Referenced by _putc_buffer_fn(), snprintf(), and vsnprintf().
void(* _printf_t::put) (struct _printf_t *, char) |
Definition at line 83 of file mathio.h.
Referenced by _printf_fn(), _puts_pad(), fprintf(), snprintf(), tft_printf(), uart0_printf(), vsnprintf(), and vsock_printf().
int _printf_t::sent |
Definition at line 86 of file mathio.h.
Referenced by _fprintf_putc(), _putc_buffer_fn(), _putc_win(), _putc_win_len(), _uart0_fn(), _write_byte_fn(), fprintf(), snprintf(), tft_printf(), uart0_printf(), vsnprintf(), and vsock_printf().