Skip to content

Commit

Permalink
HerePro: fix LED order
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed May 27, 2024
1 parent 306e26a commit 5b9103e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions HerePro/scripts/hereproled.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@ local rainbow = {
}
-- 0-49
local led_map = {
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
0,
1,
2,
Expand Down Expand Up @@ -87,20 +100,7 @@ local led_map = {
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49
}
}

local led_len = 50

Expand Down

0 comments on commit 5b9103e

Please sign in to comment.