feat(clusterApp): initial version run in Ubuntu.

change fb to DRM
This commit is contained in:
2026-04-17 18:49:03 +08:00
parent 2774b26f8b
commit 0108dbb67f
2827 changed files with 859 additions and 19860 deletions

View File

@@ -0,0 +1,18 @@
#ifndef MAINBOARDCOMMUNICATION_H_INCLUDED
#define MAINBOARDCOMMUNICATION_H_INCLUDED
#include <InsTask.h>
extern Bool globAppQuit;
extern Bool globI2c_PeepBuffer;
#ifdef COMPILE_IN_WINDOWS
#include <windows.h>
extern HINSTANCE globHInstance;
#endif // COMPILE_IN_WINDOWS
extern const InsTask gMainBoardCommunication;
#endif // MAINBOARDCOMMUNICATION_H_INCLUDED