|
ESP8266 ILI9341 display support code with printf sources, wire-frame viewer and custom fonts
1.0
ESP8266ILI9341DisplayProject
|
Data structure for character buffer with limits. More...
Data Fields | |
| char * | str |
| int | ind |
| base of string to write to More... | |
| int | max |
| current string index More... | |
| int p_ch_t::ind |
base of string to write to
Definition at line 210 of file printf.c.
Referenced by pch(), pch_ind(), and pch_init().
| int p_ch_t::max |
current string index
Definition at line 211 of file printf.c.
Referenced by pch(), pch_init(), and pch_max_ind().
| char* p_ch_t::str |
Definition at line 209 of file printf.c.
Referenced by pch(), and pch_init().
1.8.11