Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Graphics - TFT display library for ILI9341,ILI9486,ILI9488 and ST7735 controller


Files

file  otGraphics.h
 Graphics library for SPI TFT display module.

Modules

 COLORS - Predefined 565 encoded colors
 Version History
 otGraphics - Code example

Data Structures

struct  GFXglyph
struct  GFXfont
class  otGraphics
 Class to handle TFT display module on SPI interface. More...
struct  GFXglyph
struct  GFXfont
class  otGraphics
 Class to handle TFT display module on SPI interface. More...

Defines

#define RGB565(r, g, b)   ((((r) & 0xF8) << 8) | (((g) & 0xFC) << 3) | ((b) >> 3))
 < Conversion from RGB to 565
#define M_BLACK   0
 Color control code.
#define M_WHITE   1
 Color control code.
#define M_INVERSE   2
 Color control code.

Detailed Description

Library for TFT display module with SPI interface Dependency:
FPGA - Procedures for SharkDuino+ FPGA
Malloc - Memory management
PORT - Procedure for parallel port usage
SPI - Serial Protocol Interface
TIMER - Procedure for timer usage
allTFT.png

Define Documentation

#define M_BLACK   0
 

#define M_INVERSE   2
 

#define M_WHITE   1
 

#define RGB565 r,
g,
 )     ((((r) & 0xF8) << 8) | (((g) & 0xFC) << 3) | ((b) >> 3))
 

footer

otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0