![]() |
ucglib_xmega_hal
2.1
Xmega Hardware Abstraction Layer for Ucglib
|
Example: show eight 30K pictures on the display The original png-pictures are converted to c with a dedicated program png2c_ucg. More...
#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <stdlib.h>#include "../clock.h"#include "../csrc/ucg.h"#include "../ucglib_xmega_hal.h"#include "leeuwinnen_small/donk_danielle_van_de.h"#include "leeuwinnen_small/gragt_stephanie_van_der.h"#include "leeuwinnen_small/groenen_jackie.h"#include "leeuwinnen_small/miedema_vivianne.h"#include "leeuwinnen_small/sanden_shanice_van_de.h"#include "leeuwinnen_small/spitse_sherida.h"#include "leeuwinnen_small/beerensteyn_lineth.h"#include "leeuwinnen_small/veenendaal_sari_van.h"Macros | |
| #define | F_CPU 32000000UL |
Functions | |
| int | main (void) |
Variables | |
| ucg_t | ucg |
Example: show eight 30K pictures on the display The original png-pictures are converted to c with a dedicated program png2c_ucg.