From fef864d289c1dcdfae7eeb718f09fe7145b5f42d Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Mon, 13 Oct 2025 23:22:42 +0200 Subject: [PATCH] Re-enable button control and set UiScale::Smallest --- Boards/M5stackStickCPlus/Source/M5StackStickCPlus.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Boards/M5stackStickCPlus/Source/M5StackStickCPlus.cpp b/Boards/M5stackStickCPlus/Source/M5StackStickCPlus.cpp index e6995a73..5f5ab6c4 100644 --- a/Boards/M5stackStickCPlus/Source/M5StackStickCPlus.cpp +++ b/Boards/M5stackStickCPlus/Source/M5StackStickCPlus.cpp @@ -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 {