mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-19 01:45:06 +00:00
Re-enable button control and set UiScale::Smallest
This commit is contained in:
parent
d44b75ccea
commit
fef864d289
@ -25,13 +25,14 @@ bool initBoot() {
|
||||
static DeviceVector createDevices() {
|
||||
return {
|
||||
getAxp192(),
|
||||
// ButtonControl::createTwoButtonControl(37, 39),
|
||||
ButtonControl::createTwoButtonControl(37, 39),
|
||||
createDisplay()
|
||||
};
|
||||
}
|
||||
|
||||
extern const Configuration m5stack_stickc_plus = {
|
||||
.initBoot = initBoot,
|
||||
.uiScale = UiScale::Smallest,
|
||||
.createDevices = createDevices,
|
||||
.i2c = {
|
||||
i2c::Configuration {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user