BAse sous ,projet 3 - soufflerue

Dependencies:   FT800_2

Dependents:   SimonBaseProgrammeSP3-STM32-F411

affichage.h

Committer:
schnf30
Date:
2021-02-23
Revision:
1:7a1dd20a34b6
Parent:
0:660735eb3958

File content as of revision 1:7a1dd20a34b6:

#ifndef affichage_h
#define affichage_h
#include "FT_Platform.h"
ft_void_t luminosite( ft_int32_t lum);
ft_void_t drawline( ft_int32_t x0, ft_int32_t y0,ft_int32_t x1,ft_int32_t y1);
void InitScreen(void);
void AfficheEcranSp3();
void SetConsigneVitFluxAir(unsigned char variable);


#endif