Wrong display

This commit is contained in:
StefansE
2026-03-29 13:03:24 +02:00
parent 21874c4455
commit b5000adf0e
8 changed files with 192 additions and 3 deletions

17
Core/Inc/ComsRead.h Normal file
View File

@@ -0,0 +1,17 @@
/*
* ComsRead.h
*
* Created on: Mar 29, 2026
* Author: ewars
*/
#ifndef INC_COMSREAD_H_
#define INC_COMSREAD_H_
void readColour_Hours(uint8_t * data);
void readColour_Minutes(uint8_t * data);
void readColour_Seconds(uint8_t * data);
void readColour_Background(uint8_t * data);
#endif /* INC_COMSREAD_H_ */