From 0272b53a17e7086055c2d811591bd2fbdb47a2ce Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 4 Sep 2025 16:08:20 -0500 Subject: [PATCH] cleanup --- esphome/components/max6956/max6956.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/max6956/max6956.h b/esphome/components/max6956/max6956.h index 5d0760cab0..1db1562869 100644 --- a/esphome/components/max6956/max6956.h +++ b/esphome/components/max6956/max6956.h @@ -83,7 +83,7 @@ class MAX6956 : public Component, uint8_t global_brightness_; // Cache for the 4 banks of 8 pins each (aligned with base class view) - // Bank 0: bits 0-7 (bits 0-3 unused, bits 4-7 = pins 4-7) + // Bank 0: bits 0-7 (bits 0-3 unused as MAX6956 pins start at 4, bits 4-7 = pins 4-7) // Bank 1: bits 8-15 (pins 8-15) // Bank 2: bits 16-23 (pins 16-23) // Bank 3: bits 24-31 (pins 24-31)