9468582d83
GCC, why no u warn me of strict aliasing
12 lines
186 B
C
12 lines
186 B
C
/*
|
|
* draw.h
|
|
* by Reisyukaku
|
|
* Copyright (c) 2015 All Rights Reserved
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
void loadSplash(void);
|
|
void __attribute__((naked)) shutdownLCD(void); |