Files
MSE-SoftwEng/TSM_PicoW_Sensor/McuLib/config/fonts/McuFontCour14Normalconfig.h
SylvanArnold 6cd510e749 feat: added PicoW_Sensor code template
Credits to @ext-erich.styger that provided the template
2025-05-06 13:07:01 +00:00

16 lines
385 B
C

/**
* \file
* \brief Configuration header file for GFont
* Copyright (c) 2020, Erich Styger
* SPDX-License-Identifier: BSD-3-Clause
*
* This header file is used to configure settings of the Graphical Font module.
*/
#ifndef __McuFontCour14Normal_CONFIG_H
#define __McuFontCour14Normal_CONFIG_H
/* no configuration supported yet */
#endif /* __McuFontCour14Normal_CONFIG_H */