BayEOS-Arduino  1.8.0_0.0.4
Public Member Functions | Protected Attributes | List of all members
TFTStream Class Reference
Inheritance diagram for TFTStream:
BayTFTDebug TFTStreamDev

Public Member Functions

 TFTStream (UTFT *utft, char *tx_buffer, uint8_t rows, uint8_t cols)
 
void begin (void)
 
void end (void)
 
void lcdOff (void)
 
void lcdOn (void)
 
size_t write (uint8_t)
 
size_t write (unsigned long n)
 
size_t write (long n)
 
size_t write (unsigned int n)
 
size_t write (int n)
 
void flush (void)
 
bool isOn (void)
 

Protected Attributes

char * _tx_buffer
 
uint8_t _rows
 
uint8_t _cols
 
UTFT_utft
 
uint8_t _first_row
 
uint8_t _crow
 
uint8_t _ccol
 
bool _on
 

Detailed Description

Definition at line 13 of file TFTStream.h.


The documentation for this class was generated from the following files: