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

Dependencies:   mbed mbed-rtos UTouch_vyrobek UniGraphic

Committer:
smejky
Date:
Mon Dec 27 15:33:50 2021 +0000
Revision:
8:b6e7401fdcfc
Parent:
7:91b982ccf255
Child:
9:d1385f7171af
save pred tim nez predelam cely projekt kvuli spi.set_orientation(0)

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 7:91b982ccf255 5 #include "../grafika/pozadi.c"
smejky 7:91b982ccf255 6 #include "../grafika/vypln.c"
smejky 7:91b982ccf255 7 #include "../grafika/cudlik.c"
smejky 7:91b982ccf255 8 #include "../grafika/cudlik1_spodek.c"
smejky 7:91b982ccf255 9 #include "../grafika/cudlik1_vrch.c"
smejky 8:b6e7401fdcfc 10 #include "../grafika/cudlik2_spodek.c"
smejky 8:b6e7401fdcfc 11 #include "../grafika/cudlik2_vrch.c"
smejky 8:b6e7401fdcfc 12 #include "../grafika/cudlik3_vrch.c"
smejky 8:b6e7401fdcfc 13 #include "../grafika/cudlik3_spodek.c"
smejky 8:b6e7401fdcfc 14 #include "../grafika/cudlik4_vrch.c"
smejky 8:b6e7401fdcfc 15 #include "../grafika/cudlik4_spodek.c"
smejky 7:91b982ccf255 16 #include "../grafika/cudlik1s_spodek.c"
smejky 7:91b982ccf255 17 #include "../grafika/cudlik1s_vrch.c"
smejky 7:91b982ccf255 18 #include "../grafika/spodek.c"
smejky 7:91b982ccf255 19 #include "../grafika/spodek_s.c"
smejky 7:91b982ccf255 20 #include "../grafika/vrch.c"
smejky 7:91b982ccf255 21 #include "../grafika/vrch_s.c"
smejky 7:91b982ccf255 22 #include "../grafika/spodni_levy.c"
smejky 7:91b982ccf255 23 #include "../grafika/spodni_levy_s.c"
smejky 7:91b982ccf255 24 #include "../grafika/stredni_levy.c"
smejky 7:91b982ccf255 25 #include "../grafika/stredni_levy_s.c"
smejky 7:91b982ccf255 26 #include "../grafika/cudlik_stred_s.c"
smejky 7:91b982ccf255 27 #include "../grafika/cudlik_otoc.c"
smejky 7:91b982ccf255 28 #include "../grafika/stred_otoc_s.c"
smejky 7:91b982ccf255 29
smejky 7:91b982ccf255 30
smejky 7:91b982ccf255 31 void Menu(int strana);
smejky 8:b6e7401fdcfc 32 void grafika(unsigned short int press);
smejky 8:b6e7401fdcfc 33 void Button(int strana);
smejky 8:b6e7401fdcfc 34 void Static();