#include <avr/pgmspace.h>
#include <avr/io.h>
#include "tlc_config.h"
#include "Tlc5940.h"
Go to the source code of this file.
Functions | |
void | tlc_setGSfromProgmem (prog_uint8_t *gsArray) |
Sets the grayscale data from an array in progmem. | |
void | tlc_setDCfromProgmem (prog_uint8_t *dcArray) |
Sets the dot correction data from an array in progmem. |
See the UsingProgmem Example for an example.