Toto je má konečná verze maturitního projektu
Dependencies: mbed mbed-rtos UTouch_vyrobek UniGraphic
display.h@10:0176705be216, 2022-01-16 (annotated)
- Committer:
- smejky
- Date:
- Sun Jan 16 12:06:03 2022 +0000
- Revision:
- 10:0176705be216
- Parent:
- 9:d1385f7171af
- Child:
- 11:4ca8388080c6
pridane nastaveni casu ktere funguje
Who changed what in which revision?
User | Revision | Line number | New 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 | 10:0176705be216 | 6 | #include "../Font/Arial48x47.h" |
smejky | 7:91b982ccf255 | 7 | #include "../grafika/pozadi.c" |
smejky | 7:91b982ccf255 | 8 | #include "../grafika/vypln.c" |
smejky | 7:91b982ccf255 | 9 | #include "../grafika/cudlik.c" |
smejky | 7:91b982ccf255 | 10 | #include "../grafika/cudlik1_spodek.c" |
smejky | 7:91b982ccf255 | 11 | #include "../grafika/cudlik1_vrch.c" |
smejky | 8:b6e7401fdcfc | 12 | #include "../grafika/cudlik2_spodek.c" |
smejky | 8:b6e7401fdcfc | 13 | #include "../grafika/cudlik2_vrch.c" |
smejky | 8:b6e7401fdcfc | 14 | #include "../grafika/cudlik3_vrch.c" |
smejky | 8:b6e7401fdcfc | 15 | #include "../grafika/cudlik3_spodek.c" |
smejky | 8:b6e7401fdcfc | 16 | #include "../grafika/cudlik4_vrch.c" |
smejky | 8:b6e7401fdcfc | 17 | #include "../grafika/cudlik4_spodek.c" |
smejky | 7:91b982ccf255 | 18 | #include "../grafika/cudlik1s_spodek.c" |
smejky | 7:91b982ccf255 | 19 | #include "../grafika/cudlik1s_vrch.c" |
smejky | 7:91b982ccf255 | 20 | #include "../grafika/spodek.c" |
smejky | 7:91b982ccf255 | 21 | #include "../grafika/spodek_s.c" |
smejky | 7:91b982ccf255 | 22 | #include "../grafika/vrch.c" |
smejky | 7:91b982ccf255 | 23 | #include "../grafika/vrch_s.c" |
smejky | 7:91b982ccf255 | 24 | #include "../grafika/spodni_levy.c" |
smejky | 7:91b982ccf255 | 25 | #include "../grafika/spodni_levy_s.c" |
smejky | 7:91b982ccf255 | 26 | #include "../grafika/stredni_levy.c" |
smejky | 7:91b982ccf255 | 27 | #include "../grafika/stredni_levy_s.c" |
smejky | 9:d1385f7171af | 28 | #include "../grafika/cudlik_s.c" |
smejky | 7:91b982ccf255 | 29 | #include "../grafika/cudlik_otoc.c" |
smejky | 9:d1385f7171af | 30 | #include "../grafika/cudlik_otoc_s.c" |
smejky | 9:d1385f7171af | 31 | #include "../grafika/stredni_pravy.c" |
smejky | 9:d1385f7171af | 32 | #include "../grafika/stredni_pravy_s.c" |
smejky | 9:d1385f7171af | 33 | #include "../grafika/zrusit.c" |
smejky | 9:d1385f7171af | 34 | #include "../grafika/zrusit_s.c" |
smejky | 9:d1385f7171af | 35 | #include "../grafika/potvrdit.c" |
smejky | 9:d1385f7171af | 36 | #include "../grafika/potvrdit_s.c" |
smejky | 10:0176705be216 | 37 | #include "../grafika/nahoru.c" |
smejky | 10:0176705be216 | 38 | #include "../grafika/nahoru_s.c" |
smejky | 10:0176705be216 | 39 | #include "../grafika/dolu.c" |
smejky | 10:0176705be216 | 40 | #include "../grafika/dolu_s.c" |
smejky | 7:91b982ccf255 | 41 | |
smejky | 7:91b982ccf255 | 42 | |
smejky | 7:91b982ccf255 | 43 | void Menu(int strana); |
smejky | 8:b6e7401fdcfc | 44 | void grafika(unsigned short int press); |
smejky | 8:b6e7401fdcfc | 45 | void Button(int strana); |
smejky | 9:d1385f7171af | 46 | void Static(); |
smejky | 9:d1385f7171af | 47 | void nastaveni(); |
smejky | 10:0176705be216 | 48 | void brightness(); |
smejky | 10:0176705be216 | 49 | void nastavit_hodiny(); |
smejky | 10:0176705be216 | 50 | void hodiny(); |