forked from DualTachyon/uv-k5-firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'DualTachyon:main' into main
- Loading branch information
Showing
18 changed files
with
337 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,37 @@ | ||
#ifndef BITMAP_H | ||
#define BITMAP_H | ||
|
||
const uint8_t BITMAP_PowerSave[8]; | ||
#include <stdint.h> | ||
|
||
const uint8_t BITMAP_BatteryLevel1[18]; | ||
const uint8_t BITMAP_BatteryLevel2[18]; | ||
const uint8_t BITMAP_BatteryLevel3[18]; | ||
const uint8_t BITMAP_BatteryLevel4[18]; | ||
const uint8_t BITMAP_BatteryLevel5[18]; | ||
extern const uint8_t BITMAP_PowerSave[8]; | ||
|
||
const uint8_t BITMAP_USB_C[9]; | ||
const uint8_t BITMAP_KeyLock[9]; | ||
extern const uint8_t BITMAP_BatteryLevel1[18]; | ||
extern const uint8_t BITMAP_BatteryLevel2[18]; | ||
extern const uint8_t BITMAP_BatteryLevel3[18]; | ||
extern const uint8_t BITMAP_BatteryLevel4[18]; | ||
extern const uint8_t BITMAP_BatteryLevel5[18]; | ||
|
||
const uint8_t BITMAP_F_Key[10]; | ||
extern const uint8_t BITMAP_USB_C[9]; | ||
extern const uint8_t BITMAP_KeyLock[9]; | ||
|
||
const uint8_t BITMAP_VOX[18]; | ||
extern const uint8_t BITMAP_F_Key[10]; | ||
|
||
const uint8_t BITMAP_WX[12]; | ||
const uint8_t BITMAP_TDR[12]; | ||
const uint8_t BITMAP_KEYPAD_TONE[9]; | ||
extern const uint8_t BITMAP_VOX[18]; | ||
|
||
const uint8_t BITMAP_FM_Mute[12]; | ||
const uint8_t BITMAP_NOAA[12]; | ||
extern const uint8_t BITMAP_WX[12]; | ||
extern const uint8_t BITMAP_TDR[12]; | ||
extern const uint8_t BITMAP_KEYPAD_TONE[9]; | ||
|
||
extern const uint8_t BITMAP_FM_Mute[12]; | ||
extern const uint8_t BITMAP_NOAA[12]; | ||
|
||
extern const uint8_t BITMAP_Antenna[5]; | ||
extern const uint8_t BITMAP_AntennaLevel1[3]; | ||
extern const uint8_t BITMAP_AntennaLevel2[3]; | ||
extern const uint8_t BITMAP_AntennaLevel3[3]; | ||
extern const uint8_t BITMAP_AntennaLevel4[3]; | ||
extern const uint8_t BITMAP_AntennaLevel5[3]; | ||
extern const uint8_t BITMAP_AntennaLevel6[3]; | ||
|
||
#endif | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.