Use TouchGFX
This commit is contained in:
		
							
								
								
									
										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