touchgfx compilation attempt

This commit is contained in:
2025-04-03 01:59:14 +02:00
parent c30b708f92
commit dcd04e2a96
689 changed files with 122200 additions and 842 deletions

View File

@ -0,0 +1,23 @@
// 4.24.2 0x00000000
// Generated by imageconverter. Please, do not edit!
#include <images/BitmapDatabase.hpp>
#include <touchgfx/Bitmap.hpp>
const touchgfx::Bitmap::BitmapData bitmap_database[] = {
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
};
namespace BitmapDatabase
{
const touchgfx::Bitmap::BitmapData* getInstance()
{
return bitmap_database;
}
uint16_t getInstanceSize()
{
return (uint16_t)(sizeof(bitmap_database) / sizeof(touchgfx::Bitmap::BitmapData));
}
} // namespace BitmapDatabase

View File

@ -0,0 +1,19 @@
// Generated by imageconverter. Please, do not edit!
#include <images/SVGDatabase.hpp>
using namespace touchgfx;
namespace SVGDatabase
{
const touchgfx::VGObject* getInstance()
{
return (const touchgfx::VGObject*)0;
}
uint16_t getInstanceSize()
{
return 0;
}
} // namespace SVGDatabase