Use TouchGFX
This commit is contained in:
1
TouchGFX/generated/images/include/BitmapDatabase.hpp
Normal file
1
TouchGFX/generated/images/include/BitmapDatabase.hpp
Normal file
@ -0,0 +1 @@
|
||||
#include <images/BitmapDatabase.hpp>
|
||||
16
TouchGFX/generated/images/include/images/BitmapDatabase.hpp
Normal file
16
TouchGFX/generated/images/include/images/BitmapDatabase.hpp
Normal 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
|
||||
20
TouchGFX/generated/images/include/images/SVGDatabase.hpp
Normal file
20
TouchGFX/generated/images/include/images/SVGDatabase.hpp
Normal 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
|
||||
23
TouchGFX/generated/images/src/BitmapDatabase.cpp
Normal file
23
TouchGFX/generated/images/src/BitmapDatabase.cpp
Normal file
@ -0,0 +1,23 @@
|
||||
// 4.21.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
|
||||
19
TouchGFX/generated/images/src/SVGDatabase.cpp
Normal file
19
TouchGFX/generated/images/src/SVGDatabase.cpp
Normal 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
|
||||
Reference in New Issue
Block a user