29e80cfd65
- Created kernel driver for T-Deck Max & Pro display (needs work, doesn't refresh reliably on T-Deck Pro) - Created T-Deck Pro device implementation (incubating)
10 lines
124 B
C++
10 lines
124 B
C++
#include <tactility/module.h>
|
|
|
|
extern "C" {
|
|
|
|
struct Module lilygo_tdeck_pro_module = {
|
|
.name = "lilygo-tdeck-pro"
|
|
};
|
|
|
|
}
|