8 lines
95 B
C++
8 lines
95 B
C++
#pragma once
|
|
|
|
#include "hal/Display.h"
|
|
|
|
namespace tt::lvgl {
|
|
hal::Display* getDisplay();
|
|
}
|