BAse sous ,projet 3 - soufflerue

Dependencies:   FT800_2

Dependents:   SimonBaseProgrammeSP3-STM32-F411

Committer:
schnf30
Date:
Tue Feb 23 10:15:34 2021 +0000
Revision:
1:7a1dd20a34b6
Parent:
0:660735eb3958
Mise a jour

Who changed what in which revision?

UserRevisionLine numberNew contents of line
schnf30 0:660735eb3958 1 #ifndef affichage_h
schnf30 0:660735eb3958 2 #define affichage_h
schnf30 0:660735eb3958 3 #include "FT_Platform.h"
schnf30 0:660735eb3958 4 ft_void_t luminosite( ft_int32_t lum);
schnf30 1:7a1dd20a34b6 5 ft_void_t drawline( ft_int32_t x0, ft_int32_t y0,ft_int32_t x1,ft_int32_t y1);
schnf30 0:660735eb3958 6 void InitScreen(void);
schnf30 0:660735eb3958 7 void AfficheEcranSp3();
schnf30 0:660735eb3958 8 void SetConsigneVitFluxAir(unsigned char variable);
schnf30 0:660735eb3958 9
schnf30 0:660735eb3958 10
schnf30 0:660735eb3958 11 #endif