mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
Jammer UI
Drew jammer UI Added presets for French GSM operators and a few other funny frequencies Added minimalist jamming baseband code
This commit is contained in:
parent
ff96464efe
commit
66de53744e
8 changed files with 579 additions and 9 deletions
|
@ -83,6 +83,10 @@ struct Color {
|
|||
static constexpr Color white() {
|
||||
return { 255, 255, 255 };
|
||||
}
|
||||
|
||||
static constexpr Color grey() {
|
||||
return { 127, 127, 127 };
|
||||
}
|
||||
};
|
||||
#if 0
|
||||
enum class CardinalDirection : uint8_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue