Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
gfx_driver.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BLACK   0
 
#define WHITE   1
 

Functions

uint8_t * get_framebuffer (void)
 
void gfx_drv_clearDisplay (void)
 
void gfx_drv_drawPixel (int16_t x, int16_t y, uint16_t color)
 
void gfx_drv_setRotation (uint16_t rotation)
 

Macro Definition Documentation

◆ BLACK

#define BLACK   0

◆ WHITE

#define WHITE   1

Function Documentation

◆ get_framebuffer()

uint8_t* get_framebuffer ( void  )

◆ gfx_drv_clearDisplay()

void gfx_drv_clearDisplay ( void  )

◆ gfx_drv_drawPixel()

void gfx_drv_drawPixel ( int16_t  x,
int16_t  y,
uint16_t  color 
)

◆ gfx_drv_setRotation()

void gfx_drv_setRotation ( uint16_t  rotation)