steering-wheel/TouchGFX/generated/simulator/include/simulator/mainBase.hpp

10 lines
409 B
C++
Raw Normal View History

2023-03-06 21:21:00 +01:00
/*********************************************************************************/
/********** THIS FILE IS GENERATED BY TOUCHGFX DESIGNER, DO NOT MODIFY ***********/
/*********************************************************************************/
#include <touchgfx/hal/HAL.hpp>
#include <touchgfx/lcd/LCD.hpp>
void setupSimulator(int argc, char** argv, touchgfx::HAL& hal);
touchgfx::LCD& setupLCD();