Rename TouchGFX application
This commit is contained in:
		@ -6,6 +6,6 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static unsigned short SIM_WIDTH = 320;
 | 
					static unsigned short SIM_WIDTH = 320;
 | 
				
			||||||
static unsigned short SIM_HEIGHT = 480;
 | 
					static unsigned short SIM_HEIGHT = 480;
 | 
				
			||||||
#define SIM_TITLE "MyApplication"
 | 
					#define SIM_TITLE "SteeringWheel"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // SIMCONSTANTS_HPP
 | 
					#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
 | 
					    // 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).setVsyncInterval(16.6667f);
 | 
				
			||||||
    static_cast<touchgfx::HALSDL2&>(hal).setWindowTitle("MyApplication");
 | 
					    static_cast<touchgfx::HALSDL2&>(hal).setWindowTitle("SteeringWheel");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Initialize SDL
 | 
					    // Initialize SDL
 | 
				
			||||||
    bool sdl_init_result = static_cast<touchgfx::HALSDL2&>(hal).sdl_init(argc, argv);
 | 
					    bool sdl_init_result = static_cast<touchgfx::HALSDL2&>(hal).sdl_init(argc, argv);
 | 
				
			||||||
 | 
				
			|||||||
@ -1299,7 +1299,7 @@
 | 
				
			|||||||
        "Interactions": []
 | 
					        "Interactions": []
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "Name": "MyApplication",
 | 
					    "Name": "SteeringWheel",
 | 
				
			||||||
    "Resolution": {
 | 
					    "Resolution": {
 | 
				
			||||||
      "Width": 320,
 | 
					      "Width": 320,
 | 
				
			||||||
      "Height": 480
 | 
					      "Height": 480
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user