11

Dependencies:   mbed N5110 Joystick

LCD/lcd.h

Committer:
lhyr
Date:
2021-04-14
Revision:
2:4fd751cc1af7
Parent:
0:283702b9a078

File content as of revision 2:4fd751cc1af7:

#ifndef LCD_H
#define LCD_H
#include "N5110.h"
#include "Joystick.h"

void lcd_init();
void lcd_refresh();
void lcd_clear();
/********************* start *******************/
void print_menu();
void print_GUI();
void upper_T1();
void lower_T1();
/********************* gaming  *******************/
/********************** block ********************/
void square(int &x0, int &y0);
void background();
       

#endif