Rename TouchGFX application
This commit is contained in:
parent
0a180764f9
commit
6893c23a6c
|
@ -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);
|
||||
|
|
|
@ -1299,7 +1299,7 @@
|
|||
"Interactions": []
|
||||
}
|
||||
],
|
||||
"Name": "MyApplication",
|
||||
"Name": "SteeringWheel",
|
||||
"Resolution": {
|
||||
"Width": 320,
|
||||
"Height": 480
|
||||
|
|
Loading…
Reference in New Issue