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)
8 lines
182 B
C
8 lines
182 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/bindings/bindings.h>
|
|
#include <drivers/gdeq031t10.h>
|
|
|
|
DEFINE_DEVICETREE(gdeq031t10, struct Gdeq031t10Config)
|