Toto je má konečná verze maturitního projektu
Dependencies: mbed mbed-rtos UTouch_vyrobek UniGraphic
display.h@7:91b982ccf255, 2021-12-18 (annotated)
- Committer:
- smejky
- Date:
- Sat Dec 18 14:50:58 2021 +0000
- Revision:
- 7:91b982ccf255
- Child:
- 8:b6e7401fdcfc
pridane tlacitka + hose
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 | 7:91b982ccf255 | 4 | #include "../grafika/pozadi.c" |
smejky | 7:91b982ccf255 | 5 | #include "../grafika/vypln.c" |
smejky | 7:91b982ccf255 | 6 | #include "../grafika/cudlik.c" |
smejky | 7:91b982ccf255 | 7 | #include "../grafika/cudlik1_spodek.c" |
smejky | 7:91b982ccf255 | 8 | #include "../grafika/cudlik1_vrch.c" |
smejky | 7:91b982ccf255 | 9 | #include "../grafika/cudlik1s_spodek.c" |
smejky | 7:91b982ccf255 | 10 | #include "../grafika/cudlik1s_vrch.c" |
smejky | 7:91b982ccf255 | 11 | #include "../grafika/spodek.c" |
smejky | 7:91b982ccf255 | 12 | #include "../grafika/spodek_s.c" |
smejky | 7:91b982ccf255 | 13 | #include "../grafika/vrch.c" |
smejky | 7:91b982ccf255 | 14 | #include "../grafika/vrch_s.c" |
smejky | 7:91b982ccf255 | 15 | #include "../grafika/spodni_levy.c" |
smejky | 7:91b982ccf255 | 16 | #include "../grafika/spodni_levy_s.c" |
smejky | 7:91b982ccf255 | 17 | #include "../grafika/stredni_levy.c" |
smejky | 7:91b982ccf255 | 18 | #include "../grafika/stredni_levy_s.c" |
smejky | 7:91b982ccf255 | 19 | #include "../grafika/cudlik_stred_s.c" |
smejky | 7:91b982ccf255 | 20 | #include "../grafika/cudlik_otoc.c" |
smejky | 7:91b982ccf255 | 21 | #include "../grafika/stred_otoc_s.c" |
smejky | 7:91b982ccf255 | 22 | |
smejky | 7:91b982ccf255 | 23 | |
smejky | 7:91b982ccf255 | 24 | void Menu(int strana); |
smejky | 7:91b982ccf255 | 25 | //void grafika(unsigned short int press); |
smejky | 7:91b982ccf255 | 26 | void Button(int strana); |