idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
panel_io.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2026 Chris Leishman
3
4#pragma once
5
13#include <idfxx/panel_io.hpp>
14
15namespace idfxx::lcd {
16
26using panel_io [[deprecated("use idfxx::panel_io from the idfxx_panel_io component")]] = idfxx::panel_io;
27
28} // namespace idfxx::lcd
Panel I/O interface for SPI- and I2C-connected displays.
Definition panel_io.hpp:42
Display panel I/O class.
LCD driver classes.
Definition color.hpp:21