Функция рисования графика перенесена в gfx_lib и автоматизирована

This commit is contained in:
2025-02-21 12:19:14 +03:00
parent 411b9c2cf0
commit d58273fe41
9 changed files with 461 additions and 187 deletions

View File

@@ -90,7 +90,7 @@ int main(void)
MX_I2C1_Init();
/* USER CODE BEGIN 2 */
Menu_Control_Init(&player);
Example_GFX_IconInit();
Example_GFX_Init();
/* USER CODE END 2 */
/* Infinite loop */