Skip to content

Commit

Permalink
fixed command numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Dec 8, 2023
1 parent c36d367 commit 7850cfd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ZeDMDComm.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ typedef enum
EnableCompression = 0x0e,
DisableCompression = 0x0f,
LEDTest = 0x10,
EnableUpscaling = 0x14,
DisableUpscaling = 0x15,
EnableUpscaling = 0x15,
DisableUpscaling = 0x14,
Brightness = 0x16,
RGBOrder = 0x17,
GetBrightness = 0x18,
GetRGBOrder = 0x19,
EnableFlowControlV2 = 0x1a,
SetWiFiSSID = 0x1b,
SetWiFiPassword = 0x1c,
SaveSettings = 0x1e,
Reset = 0x1f,
GetVersionBytes = 0x20,
GetResolution = 0x21,
SetWiFiSSID = 0x22,
SetWiFiPassword = 0x23,

RGB24 = 0x03,
Gray2 = 0x08,
Expand Down

0 comments on commit 7850cfd

Please sign in to comment.