Initial commit

This commit is contained in:
2023-11-26 20:13:49 +01:00
commit dc2dc5c58b
820 changed files with 258269 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/**
******************************************************************************
* File Name : app_touchgfx.h
******************************************************************************
* @attention
*
* <h2><center>&copy; Copyright (c) 2021 STMicroelectronics.
* All rights reserved.</center></h2>
*
* This software component is licensed by ST under Ultimate Liberty license
* SLA0044, the "License"; You may not use this file except in compliance with
* the License. You may obtain a copy of the License at:
* www.st.com/SLA0044
*
******************************************************************************
*/
#include "config/touchgfx-config.h"
void MX_TouchGFX_Init(void);
void MX_TouchGFX_Process(void);
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/