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

#include <font.h>

Data Fields

int8_t index
 
int8_t flags
 
int8_t w
 
int8_t h
 
int8_t x
 
int8_t y
 
int8_t Width
 
int8_t Height
 
int8_t skip
 
uint8_tptr
 

Detailed Description

Definition at line 89 of file font.h.

Field Documentation

int8_t _fontc::flags

Definition at line 92 of file font.h.

Referenced by font_attr().

int8_t _fontc::h

Definition at line 94 of file font.h.

Referenced by font_attr(), and tft_drawChar().

int8_t _fontc::Height
int8_t _fontc::index

Definition at line 91 of file font.h.

uint8_t * _fontc::ptr

Definition at line 100 of file font.h.

Referenced by font_attr(), and tft_drawChar().

int8_t _fontc::skip

Definition at line 99 of file font.h.

Referenced by font_attr(), and tft_drawChar().

int8_t _fontc::w

Definition at line 93 of file font.h.

Referenced by font_attr(), and tft_drawChar().

int8_t _fontc::Width

Definition at line 97 of file font.h.

Referenced by font_attr().

int8_t _fontc::x

Definition at line 95 of file font.h.

Referenced by font_attr(), and tft_drawChar().

int8_t _fontc::y

Definition at line 96 of file font.h.

Referenced by font_attr(), and tft_drawChar().


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