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 @@
#include <images/BitmapDatabase.hpp>

View File

@ -0,0 +1,16 @@
// Generated by imageconverter. Please, do not edit!
#ifndef TOUCHGFX_BITMAPDATABASE_HPP
#define TOUCHGFX_BITMAPDATABASE_HPP
#include <touchgfx/hal/Types.hpp>
#include <touchgfx/Bitmap.hpp>
namespace BitmapDatabase
{
const touchgfx::Bitmap::BitmapData* getInstance();
uint16_t getInstanceSize();
} // namespace BitmapDatabase
#endif // TOUCHGFX_BITMAPDATABASE_HPP

View File

@ -0,0 +1,20 @@
// Generated by imageconverter. Please, do not edit!
#ifndef TOUCHGFX_SVGDATABASE_HPP
#define TOUCHGFX_SVGDATABASE_HPP
#include <touchgfx/hal/Types.hpp>
#include <touchgfx/hal/VGData.hpp>
enum SVGImages
{
NUMBER_OF_SVG_IMAGES = 0
};
namespace SVGDatabase
{
const touchgfx::VGObject* getInstance();
uint16_t getInstanceSize();
} // namespace SVGDatabase
#endif // TOUCHGFX_SVGDATABASE_HPP