[tm1637] Add buffer manipulation methods (#13686)

Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
Tobias Stanzel
2026-03-29 19:41:00 +02:00
committed by GitHub
parent 7a7c33fdb1
commit d9adb078aa
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -5,3 +5,5 @@ display:
intensity: 3
lambda: |-
it.print("1234");
static const uint8_t buf[] = {0x3f, 0x06, 0x5b, 0x4f | 0x80};
it.set_buffer(buf, sizeof(buf));