Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
gfx_driver.c File Reference
#include <stdio.h>
#include <string.h>
#include "cascoda-bm/cascoda_evbme.h"
#include "gfx_driver.h"
Include dependency graph for gfx_driver.c:

Functions

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

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_getPixel()

uint8_t gfx_drv_getPixel ( int16_t  x,
int16_t  y 
)

◆ gfx_drv_setRotation()

void gfx_drv_setRotation ( uint16_t  new_rotation)