Creating a project for TT_Mxx

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD.h Source File

LCD.h

00001 #ifndef LCD_H
00002 #define LCD_H
00003 
00004 #include "HX8347.h"
00005 
00006 
00007 
00008 char translateChar(char arg);
00009 
00010 void translateBinaryToBCD(char *arg,char Id);
00011 
00012 void displayId(HX8347 &lcd,char *string,int length,int high,char id);
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 #endif