Simulator for the LCD controller ILI9341 on ARM development board FRDM-K64F used for the APPS course in VSB-TUO
- Currently works only on x64 Windows
- Download and install git lfs https://git-lfs.github.com
- Open terminal
- Initialize git lfs using "git lfs install"
- Clone the repo using "git clone https://github.com/LaBlazer/lcd-simulator.git"
- If there is an error about lfs bandwidth download the libraries from https://mega.nz/#!U1YyXASL!3LtKZJyOsgq01uoDeNacCZZCypB7UbpUn-kjXoG9LpE and extract them to lib folder (overwrite the files)
- Install Visual Studio CMake tools (Visual Studio Installer->More->Modify->Individual Components->Visual C++ tools for CMake->Modify)
- Open the project as folder in Visual Studio (File->Open->Folder)
- Select the correct startup item and run