X-Git-Url: https://hackdaworld.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=betty%2Fdisplay.h;fp=betty%2Fdisplay.h;h=cad2e7646cf770e7768d4dd3818df54cc7b07a34;hb=b4ca71fc214ba3c58cec25661ba1f81cf7b1b871;hp=0000000000000000000000000000000000000000;hpb=d6814c7408b23db8a441f731b44d4b638df24c64;p=my-code%2Farm.git diff --git a/betty/display.h b/betty/display.h new file mode 100644 index 0000000..cad2e76 --- /dev/null +++ b/betty/display.h @@ -0,0 +1,20 @@ +/* + * display.h - header file for the display handling + * + * author: hackbard@hackdaworld.org + * + */ + +#ifndef DISPLAY_H +#define DISPLAY_H + +#include "lpc2xxx.h" +#include "types.h" + +/* function prototypes */ +void bl_init(void); +void bl_toggle(void); +void bl_on(void); +void bl_off(void); + +#endif