Skip to content

Commit

Permalink
FuriHalVersionColor update (partial backport of #2878)
Browse files Browse the repository at this point in the history
* Notifications: display brightness override fix
* FuriHalVersionColor update
* float comparison fix

Co-authored-by: あく <alleteam@gmail.com>
  • Loading branch information
skotopes committed Aug 2, 2023
1 parent bf236f5 commit 6bd334b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions firmware/targets/furi_hal_include/furi_hal_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ typedef enum {
FuriHalVersionColorUnknown = 0x00,
FuriHalVersionColorBlack = 0x01,
FuriHalVersionColorWhite = 0x02,
FuriHalVersionColorTransparent = 0x03,
} FuriHalVersionColor;

/** Device Regions */
Expand Down
1 change: 1 addition & 0 deletions scripts/otp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"unknown": 0x00,
"black": 0x01,
"white": 0x02,
"transparent": 0x03,
}

OTP_REGIONS = {
Expand Down

0 comments on commit 6bd334b

Please sign in to comment.