AberLED shield library
Library for the bicolor LED (and TFT screen) shield used in CS12020
Functions | Variables
main.cpp File Reference
#include <AberLED.h>

Go to the source code of this file.

Functions

void setup ()
 
uint16_t getPixels (byte image, int colour)
 
void renderDigit (bool topdigit, int digit, int col)
 
void loop ()
 

Variables

int v = 0
 

Function Documentation

uint16_t getPixels ( byte  image,
int  colour 
)

Definition at line 7 of file main.cpp.

void loop ( )

Definition at line 109 of file main.cpp.

void renderDigit ( bool  topdigit,
int  digit,
int  col 
)

Definition at line 17 of file main.cpp.

void setup ( )

Definition at line 3 of file main.cpp.

Variable Documentation

int v = 0

Definition at line 107 of file main.cpp.