mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
* Guition JC3248W535C Files app fix alert dialog and selection dialog fixes symbol export * Update Axs15231bDisplay.cpp * Update Axs15231bDisplay.cpp
7 lines
148 B
C++
7 lines
148 B
C++
#pragma once
|
|
|
|
#include <memory>
|
|
#include <Tactility/hal/display/DisplayDevice.h>
|
|
|
|
std::shared_ptr<tt::hal::display::DisplayDevice> createDisplay();
|