Rename TouchGFX application

This commit is contained in:
Jasper Blanckenburg 2023-05-22 05:59:36 +02:00
parent 0a180764f9
commit 6893c23a6c
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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);

View File

@ -1299,7 +1299,7 @@
"Interactions": [] "Interactions": []
} }
], ],
"Name": "MyApplication", "Name": "SteeringWheel",
"Resolution": { "Resolution": {
"Width": 320, "Width": 320,
"Height": 480 "Height": 480