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

Dependencies:   mbed mbed-rtos UTouch_vyrobek UniGraphic

Committer:
smejky
Date:
Tue Feb 01 13:37:40 2022 +0000
Revision:
11:4ca8388080c6
Parent:
10:0176705be216
Child:
12:9bc02f9e16e3
Pridani led pasku k projetku, fungujici efekty: Staticky

Who changed what in which revision?

UserRevisionLine numberNew contents of line
smejky 7:91b982ccf255 1 #include "mbed.h"
smejky 11:4ca8388080c6 2 #include "rtos.h"
smejky 7:91b982ccf255 3 #include "UTouch.h"
smejky 7:91b982ccf255 4 #include "ILI9341.h"
smejky 8:b6e7401fdcfc 5 #include "../Font/Arial19x19.h"
smejky 11:4ca8388080c6 6 #include "../Font/Arial21x21.h"
smejky 9:d1385f7171af 7 #include "../Font/Arial28x28.h"
smejky 10:0176705be216 8 #include "../Font/Arial48x47.h"
smejky 7:91b982ccf255 9 #include "../grafika/pozadi.c"
smejky 7:91b982ccf255 10 #include "../grafika/vypln.c"
smejky 7:91b982ccf255 11 #include "../grafika/cudlik.c"
smejky 7:91b982ccf255 12 #include "../grafika/cudlik1_spodek.c"
smejky 7:91b982ccf255 13 #include "../grafika/cudlik1_vrch.c"
smejky 8:b6e7401fdcfc 14 #include "../grafika/cudlik2_spodek.c"
smejky 8:b6e7401fdcfc 15 #include "../grafika/cudlik2_vrch.c"
smejky 8:b6e7401fdcfc 16 #include "../grafika/cudlik3_vrch.c"
smejky 8:b6e7401fdcfc 17 #include "../grafika/cudlik3_spodek.c"
smejky 8:b6e7401fdcfc 18 #include "../grafika/cudlik4_vrch.c"
smejky 8:b6e7401fdcfc 19 #include "../grafika/cudlik4_spodek.c"
smejky 7:91b982ccf255 20 #include "../grafika/cudlik1s_spodek.c"
smejky 7:91b982ccf255 21 #include "../grafika/cudlik1s_vrch.c"
smejky 7:91b982ccf255 22 #include "../grafika/spodek.c"
smejky 7:91b982ccf255 23 #include "../grafika/spodek_s.c"
smejky 7:91b982ccf255 24 #include "../grafika/vrch.c"
smejky 7:91b982ccf255 25 #include "../grafika/vrch_s.c"
smejky 7:91b982ccf255 26 #include "../grafika/spodni_levy.c"
smejky 7:91b982ccf255 27 #include "../grafika/spodni_levy_s.c"
smejky 7:91b982ccf255 28 #include "../grafika/stredni_levy.c"
smejky 7:91b982ccf255 29 #include "../grafika/stredni_levy_s.c"
smejky 9:d1385f7171af 30 #include "../grafika/cudlik_s.c"
smejky 7:91b982ccf255 31 #include "../grafika/cudlik_otoc.c"
smejky 9:d1385f7171af 32 #include "../grafika/cudlik_otoc_s.c"
smejky 9:d1385f7171af 33 #include "../grafika/stredni_pravy.c"
smejky 9:d1385f7171af 34 #include "../grafika/stredni_pravy_s.c"
smejky 9:d1385f7171af 35 #include "../grafika/zrusit.c"
smejky 9:d1385f7171af 36 #include "../grafika/zrusit_s.c"
smejky 9:d1385f7171af 37 #include "../grafika/potvrdit.c"
smejky 9:d1385f7171af 38 #include "../grafika/potvrdit_s.c"
smejky 10:0176705be216 39 #include "../grafika/nahoru.c"
smejky 10:0176705be216 40 #include "../grafika/nahoru_s.c"
smejky 10:0176705be216 41 #include "../grafika/dolu.c"
smejky 10:0176705be216 42 #include "../grafika/dolu_s.c"
smejky 7:91b982ccf255 43
smejky 11:4ca8388080c6 44 int color_picker();
smejky 11:4ca8388080c6 45 void write_color(float red,float green, float blue);
smejky 7:91b982ccf255 46 void Menu(int strana);
smejky 8:b6e7401fdcfc 47 void grafika(unsigned short int press);
smejky 8:b6e7401fdcfc 48 void Button(int strana);
smejky 9:d1385f7171af 49 void Static();
smejky 11:4ca8388080c6 50 void on_off();
smejky 9:d1385f7171af 51 void nastaveni();
smejky 10:0176705be216 52 void brightness();
smejky 10:0176705be216 53 void nastavit_hodiny();
smejky 10:0176705be216 54 void hodiny();