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

Data Fields

FILfp
 
int idx
 
int nchr
 
BYTE buf [64]
 

Detailed Description

Definition at line 5905 of file ff.c.

Field Documentation

BYTE putbuff::buf[64]

Definition at line 5908 of file ff.c.

Referenced by putc_bfd(), and putc_flush().

FIL* putbuff::fp

Definition at line 5906 of file ff.c.

Referenced by putc_bfd(), putc_flush(), and putc_init().

int putbuff::idx

Definition at line 5907 of file ff.c.

Referenced by putc_bfd(), putc_flush(), and putc_init().

int putbuff::nchr

Definition at line 5907 of file ff.c.

Referenced by putc_bfd(), putc_flush(), and putc_init().


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