Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <stdio.h>
#include <string.h>
#include "cascoda-bm/cascoda_evbme.h"
#include "gfx_driver.h"
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) |
uint8_t* get_framebuffer | ( | void | ) |
void gfx_drv_clearDisplay | ( | void | ) |
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_setRotation | ( | uint16_t | new_rotation | ) |