Add UI abstract and move some files into a basic folder
This commit is contained in:
parent
d37a587c5c
commit
5c6008c491
9 changed files with 12 additions and 0 deletions
0
Platformio/OmoteUI/UIs/UIAbstract.cpp
Normal file
0
Platformio/OmoteUI/UIs/UIAbstract.cpp
Normal file
10
Platformio/OmoteUI/UIs/UIAbstract.hpp
Normal file
10
Platformio/OmoteUI/UIs/UIAbstract.hpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
// OMOTE UI
|
||||
// 2023 Matthew Colvin
|
||||
|
||||
#pragma once
|
||||
|
||||
class UIAbstract{
|
||||
|
||||
UIAbstract();
|
||||
|
||||
};
|
|
@ -40,6 +40,8 @@ build_flags =
|
|||
; ------------- Includes ------------------------------------
|
||||
-I OmoteUI
|
||||
-I OmoteUI/core
|
||||
-I OmoteUI/UIs
|
||||
-I OmoteUI/UIs/Basic
|
||||
-I HAL
|
||||
-I HAL/HardwareModules
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue