15 lines
215 B
C
15 lines
215 B
C
/*
|
|
* draw.h
|
|
* by Reisyukaku
|
|
* Copyright (c) 2015 All Rights Reserved
|
|
*/
|
|
|
|
#ifndef DRAW_INC
|
|
#define DRAW_INC
|
|
|
|
#include "types.h"
|
|
|
|
void loadSplash(void);
|
|
void __attribute__((naked)) shutdownLCD(void);
|
|
|
|
#endif |