Rename TouchGFX application
This commit is contained in:
		@ -6,6 +6,6 @@
 | 
			
		||||
 | 
			
		||||
static unsigned short SIM_WIDTH = 320;
 | 
			
		||||
static unsigned short SIM_HEIGHT = 480;
 | 
			
		||||
#define SIM_TITLE "MyApplication"
 | 
			
		||||
#define SIM_TITLE "SteeringWheel"
 | 
			
		||||
 | 
			
		||||
#endif // SIMCONSTANTS_HPP
 | 
			
		||||
 | 
			
		||||
@ -16,7 +16,7 @@ void setupSimulator(int argc, char** argv, touchgfx::HAL& hal)
 | 
			
		||||
{
 | 
			
		||||
    // Simulate hardware running at 60Hz generating a vsync every 16.6667 ms
 | 
			
		||||
    static_cast<touchgfx::HALSDL2&>(hal).setVsyncInterval(16.6667f);
 | 
			
		||||
    static_cast<touchgfx::HALSDL2&>(hal).setWindowTitle("MyApplication");
 | 
			
		||||
    static_cast<touchgfx::HALSDL2&>(hal).setWindowTitle("SteeringWheel");
 | 
			
		||||
 | 
			
		||||
    // Initialize SDL
 | 
			
		||||
    bool sdl_init_result = static_cast<touchgfx::HALSDL2&>(hal).sdl_init(argc, argv);
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user