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

#include <buffer.h>

Data Fields

FILEfp
 
int ind
 
int size
 
int len
 
int ungetf
 
int ungetc
 
uint8_tbuf
 

Detailed Description

Definition at line 32 of file buffer.h.

Field Documentation

uint8_t* buffer_t::buf

Definition at line 40 of file buffer.h.

Referenced by buffer_getc(), and buffer_read_open().

FILE* buffer_t::fp

Definition at line 34 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

int buffer_t::ind

Definition at line 35 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

int buffer_t::len

Definition at line 37 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

int buffer_t::size

Definition at line 36 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), and buffer_read_open().

int buffer_t::ungetc

Definition at line 39 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), buffer_read_open(), and buffer_ungetc().

int buffer_t::ungetf

Definition at line 38 of file buffer.h.

Referenced by buffer_getc(), buffer_read_close(), buffer_read_open(), and buffer_ungetc().


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