Toto je má konečná verze maturitního projektu

Dependencies:   mbed mbed-rtos UTouch_vyrobek UniGraphic

Committer:
smejky
Date:
Sat Jan 08 10:54:51 2022 +0000
Revision:
9:d1385f7171af
Parent:
8:b6e7401fdcfc
Child:
10:0176705be216
pridane nastaveni a pridavam nastaveni casu

Who changed what in which revision?

UserRevisionLine numberNew contents of line
smejky 7:91b982ccf255 1 #include "mbed.h"
smejky 7:91b982ccf255 2 #include "UTouch.h"
smejky 7:91b982ccf255 3 #include "ILI9341.h"
smejky 8:b6e7401fdcfc 4 #include "../Font/Arial19x19.h"
smejky 9:d1385f7171af 5 #include "../Font/Arial28x28.h"
smejky 7:91b982ccf255 6 #include "../grafika/pozadi.c"
smejky 7:91b982ccf255 7 #include "../grafika/vypln.c"
smejky 7:91b982ccf255 8 #include "../grafika/cudlik.c"
smejky 7:91b982ccf255 9 #include "../grafika/cudlik1_spodek.c"
smejky 7:91b982ccf255 10 #include "../grafika/cudlik1_vrch.c"
smejky 8:b6e7401fdcfc 11 #include "../grafika/cudlik2_spodek.c"
smejky 8:b6e7401fdcfc 12 #include "../grafika/cudlik2_vrch.c"
smejky 8:b6e7401fdcfc 13 #include "../grafika/cudlik3_vrch.c"
smejky 8:b6e7401fdcfc 14 #include "../grafika/cudlik3_spodek.c"
smejky 8:b6e7401fdcfc 15 #include "../grafika/cudlik4_vrch.c"
smejky 8:b6e7401fdcfc 16 #include "../grafika/cudlik4_spodek.c"
smejky 7:91b982ccf255 17 #include "../grafika/cudlik1s_spodek.c"
smejky 7:91b982ccf255 18 #include "../grafika/cudlik1s_vrch.c"
smejky 7:91b982ccf255 19 #include "../grafika/spodek.c"
smejky 7:91b982ccf255 20 #include "../grafika/spodek_s.c"
smejky 7:91b982ccf255 21 #include "../grafika/vrch.c"
smejky 7:91b982ccf255 22 #include "../grafika/vrch_s.c"
smejky 7:91b982ccf255 23 #include "../grafika/spodni_levy.c"
smejky 7:91b982ccf255 24 #include "../grafika/spodni_levy_s.c"
smejky 7:91b982ccf255 25 #include "../grafika/stredni_levy.c"
smejky 7:91b982ccf255 26 #include "../grafika/stredni_levy_s.c"
smejky 9:d1385f7171af 27 #include "../grafika/cudlik_s.c"
smejky 7:91b982ccf255 28 #include "../grafika/cudlik_otoc.c"
smejky 9:d1385f7171af 29 #include "../grafika/cudlik_otoc_s.c"
smejky 9:d1385f7171af 30 #include "../grafika/stredni_pravy.c"
smejky 9:d1385f7171af 31 #include "../grafika/stredni_pravy_s.c"
smejky 9:d1385f7171af 32 #include "../grafika/zrusit.c"
smejky 9:d1385f7171af 33 #include "../grafika/zrusit_s.c"
smejky 9:d1385f7171af 34 #include "../grafika/potvrdit.c"
smejky 9:d1385f7171af 35 #include "../grafika/potvrdit_s.c"
smejky 7:91b982ccf255 36
smejky 7:91b982ccf255 37
smejky 7:91b982ccf255 38 void Menu(int strana);
smejky 8:b6e7401fdcfc 39 void grafika(unsigned short int press);
smejky 8:b6e7401fdcfc 40 void Button(int strana);
smejky 9:d1385f7171af 41 void Static();
smejky 9:d1385f7171af 42 void nastaveni();
smejky 9:d1385f7171af 43 void nastavit_hodiny();