Files
Alexander Hartmann 775dd894d8 added screen init, added splash screens, added visual debug output, added
the posibility to set a delay for checking the pressed key
2016-02-29 18:36:11 +01:00

7 lines
185 B
C

#include "common.h"
typedef void (*arm11Function)(void);
void screenInit();
void screenDeinit();
void __attribute__((naked)) disable_lcds();
void __attribute__ ((naked)) enable_lcd();