├── .gitignore ├── ClientApp.png ├── LICENSE ├── README.md ├── RemoteDisplay.cpp └── RemoteDisplay.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/.gitignore -------------------------------------------------------------------------------- /ClientApp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/ClientApp.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/README.md -------------------------------------------------------------------------------- /RemoteDisplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/RemoteDisplay.cpp -------------------------------------------------------------------------------- /RemoteDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CubeCoders/LVGLRemoteServer/HEAD/RemoteDisplay.h --------------------------------------------------------------------------------