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

Dependencies:   mbed mbed-rtos UTouch_vyrobek UniGraphic

Committer:
smejky
Date:
Fri Feb 25 16:16:58 2022 +0000
Revision:
12:9bc02f9e16e3
Parent:
11:4ca8388080c6
Toto je konecna verze maturitniho projektu;

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 12:9bc02f9e16e3 13 #include "../grafika/cudlik1_dopredu.c"
smejky 7:91b982ccf255 14 #include "../grafika/cudlik1_vrch.c"
smejky 8:b6e7401fdcfc 15 #include "../grafika/cudlik2_spodek.c"
smejky 8:b6e7401fdcfc 16 #include "../grafika/cudlik2_vrch.c"
smejky 8:b6e7401fdcfc 17 #include "../grafika/cudlik3_vrch.c"
smejky 8:b6e7401fdcfc 18 #include "../grafika/cudlik3_spodek.c"
smejky 8:b6e7401fdcfc 19 #include "../grafika/cudlik4_vrch.c"
smejky 8:b6e7401fdcfc 20 #include "../grafika/cudlik4_spodek.c"
smejky 12:9bc02f9e16e3 21 #include "../grafika/cudlik1_dopredu_s.c"
smejky 7:91b982ccf255 22 #include "../grafika/cudlik1s_spodek.c"
smejky 7:91b982ccf255 23 #include "../grafika/cudlik1s_vrch.c"
smejky 12:9bc02f9e16e3 24 #include "../grafika/cudlik2s_spodek.c"
smejky 12:9bc02f9e16e3 25 #include "../grafika/cudlik2s_vrch.c"
smejky 12:9bc02f9e16e3 26 #include "../grafika/cudlik3s_spodek.c"
smejky 12:9bc02f9e16e3 27 #include "../grafika/cudlik3s_vrch.c"
smejky 12:9bc02f9e16e3 28 #include "../grafika/cudlik4s_spodek.c"
smejky 12:9bc02f9e16e3 29 #include "../grafika/cudlik4s_vrch.c"
smejky 7:91b982ccf255 30 #include "../grafika/spodek.c"
smejky 7:91b982ccf255 31 #include "../grafika/spodek_s.c"
smejky 7:91b982ccf255 32 #include "../grafika/vrch.c"
smejky 7:91b982ccf255 33 #include "../grafika/vrch_s.c"
smejky 7:91b982ccf255 34 #include "../grafika/spodni_levy.c"
smejky 7:91b982ccf255 35 #include "../grafika/spodni_levy_s.c"
smejky 7:91b982ccf255 36 #include "../grafika/stredni_levy.c"
smejky 7:91b982ccf255 37 #include "../grafika/stredni_levy_s.c"
smejky 9:d1385f7171af 38 #include "../grafika/cudlik_s.c"
smejky 7:91b982ccf255 39 #include "../grafika/cudlik_otoc.c"
smejky 9:d1385f7171af 40 #include "../grafika/cudlik_otoc_s.c"
smejky 9:d1385f7171af 41 #include "../grafika/stredni_pravy.c"
smejky 9:d1385f7171af 42 #include "../grafika/stredni_pravy_s.c"
smejky 9:d1385f7171af 43 #include "../grafika/zrusit.c"
smejky 9:d1385f7171af 44 #include "../grafika/zrusit_s.c"
smejky 9:d1385f7171af 45 #include "../grafika/potvrdit.c"
smejky 9:d1385f7171af 46 #include "../grafika/potvrdit_s.c"
smejky 10:0176705be216 47 #include "../grafika/nahoru.c"
smejky 10:0176705be216 48 #include "../grafika/nahoru_s.c"
smejky 10:0176705be216 49 #include "../grafika/dolu.c"
smejky 10:0176705be216 50 #include "../grafika/dolu_s.c"
smejky 7:91b982ccf255 51
smejky 12:9bc02f9e16e3 52
smejky 12:9bc02f9e16e3 53 int brightness_led();
smejky 11:4ca8388080c6 54 int color_picker();
smejky 11:4ca8388080c6 55 void write_color(float red,float green, float blue);
smejky 7:91b982ccf255 56 void Menu(int strana);
smejky 8:b6e7401fdcfc 57 void grafika(unsigned short int press);
smejky 8:b6e7401fdcfc 58 void Button(int strana);
smejky 12:9bc02f9e16e3 59
smejky 12:9bc02f9e16e3 60 void set_change();
smejky 12:9bc02f9e16e3 61 void set_flash();
smejky 12:9bc02f9e16e3 62 void set_rainbow();
smejky 12:9bc02f9e16e3 63 void set_fadeinout();
smejky 12:9bc02f9e16e3 64
smejky 12:9bc02f9e16e3 65 void change();
smejky 12:9bc02f9e16e3 66 void flash();
smejky 12:9bc02f9e16e3 67 void rainbow();
smejky 12:9bc02f9e16e3 68 void fadeinout();
smejky 9:d1385f7171af 69 void Static();
smejky 11:4ca8388080c6 70 void on_off();
smejky 9:d1385f7171af 71 void nastaveni();
smejky 10:0176705be216 72 void brightness();
smejky 10:0176705be216 73 void nastavit_hodiny();
smejky 10:0176705be216 74 void hodiny();