Ken Van Hoeylandt 594e85b1d7 Add RGB driver
2026-07-15 00:04:01 +02:00

15 lines
194 B
C

// SPDX-License-Identifier: Apache-2.0
#pragma once
#include <tactility/module.h>
#ifdef __cplusplus
extern "C" {
#endif
extern struct Module rgb_display_module;
#ifdef __cplusplus
}
#endif