808
Dependents: Chromatograph_Mobile
Diff: inc/FT_Gpu_Hal.h
- Revision:
- 12:f0980f7a75ae
- Parent:
- 10:6a81aeca25e3
- Child:
- 13:5959af2ac87a
--- a/inc/FT_Gpu_Hal.h Thu Jun 18 13:14:32 2020 +0000 +++ b/inc/FT_Gpu_Hal.h Sat Aug 08 18:30:58 2020 +0000 @@ -89,6 +89,7 @@ DigitalOut _ss; DigitalOut _pd; InterruptIn _f800_isr; + ft_uint8_t _IsOn; //дисплей включен ft_uint16_t _count; ft_uint32_t _address; ft_uint32_t _addresses[64]; @@ -127,8 +128,9 @@ ft_char8_t DispPCLKPol; - ft_void_t BootupConfig(void); + char BootupConfig(void); ft_bool_t Bootup(void); + ft_bool_t IsOn(void);//return 1 if display is on (04.08.2020/15:22) /*The basic APIs Level 1*/