#include //#include "stm32f4xx_hal.h" //#include "ssd1306.h" struct Star { unsigned int x; unsigned int y; unsigned int type; }; #define MAX_STARS 80 void starfield_Init(void); void starfield_Update(void);