From 61da6754a01a99d227c3d2dbaa484a17881dc0d7 Mon Sep 17 00:00:00 2001 From: ailurux Date: Thu, 20 Feb 2025 14:57:11 +1100 Subject: Add nvs key for left padding --- src/drivers/include/drivers/nvs.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/drivers/include') diff --git a/src/drivers/include/drivers/nvs.hpp b/src/drivers/include/drivers/nvs.hpp index e3a105f8..e548fcea 100644 --- a/src/drivers/include/drivers/nvs.hpp +++ b/src/drivers/include/drivers/nvs.hpp @@ -93,6 +93,9 @@ class NvsStorage { auto FastCharge() -> bool; auto FastCharge(bool) -> void; + auto DisplayLeftPadding() -> uint8_t; + auto DisplayLeftPadding(uint8_t) -> void; + auto PreferredBluetoothDevice() -> std::optional; auto PreferredBluetoothDevice(std::optional) -> void; @@ -174,6 +177,7 @@ class NvsStorage { Setting lock_polarity_; Setting display_cols_; Setting display_rows_; + Setting display_left_padding_; Setting haptic_motor_type_; Setting lra_calibration_; Setting fast_charge_; -- cgit v1.2.3