ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts  1.0
ESP8266ILI9341DisplayProject
Data Fields
_printf_t Struct Reference

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
 

Detailed Description

undefine any potential macro version of these functions

We let printf use user defined I/O functions

Definition at line 81 of file mathio.h.

Field Documentation

void* _printf_t::buffer
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)
int _printf_t::sent

The documentation for this struct was generated from the following file: