Use TouchGFX

This commit is contained in:
2023-03-06 21:21:00 +01:00
parent 2cadbff590
commit 8a2bdc347c
1214 changed files with 358250 additions and 87 deletions

View File

@ -0,0 +1,8 @@
# Touchgfx text database
## texts.xml
- An example of a touchgfx text database
## texts.xsd
- The XML schema used for validating the texts.xml
The texts.xml has a reference to the texts.xsd, so when opening the texts.xml in an XML
editor (e.g. visual studio) your texts.xml will be validated according to the texts.xsd.