Add comment blocks to top of headers
This commit is contained in:
parent
b74666e6ed
commit
8f2d23c796
4 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,7 @@
|
|||
#pragma once
|
||||
// OMOTE Hardware Abstraction
|
||||
// 2023 Matthew Colvin
|
||||
|
||||
#pragma once
|
||||
#include <lvgl.h>
|
||||
#include <string>
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
// OMOTE UI Images
|
||||
// 2023 Matthew Colvin
|
||||
#pragma once
|
||||
#include "lvgl.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
// OMOTE UI
|
||||
// 2023 Matthew Colvin
|
||||
#pragma once
|
||||
#define LV_CONF_INCLUDE_SIMPLE
|
||||
|
||||
#include "HardwareAbstractionInterface.h"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// OMOTE firmware for ESP32
|
||||
// 2023 Maximilian Kern
|
||||
|
||||
|
||||
#include <lvgl.h>
|
||||
#include "HardwareRevX.hpp"
|
||||
#include "OmoteUI/OmoteUI.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue