0
mirror of https://github.com/OneOfEleven/uv-k5-firmware-custom.git synced 2025-06-19 22:58:04 +03:00

Increase PGA gain above 226.4MHz + new scanlist symbols

This commit is contained in:
OneOfEleven
2023-09-18 18:26:10 +01:00
parent 06722a23d5
commit 1655bd8e23
7 changed files with 45 additions and 17 deletions

View File

@ -430,7 +430,7 @@ const uint8_t BITMAP_VFO_NotDefault[8] =
0b00010100,
0b00001000
};
/*
const uint8_t BITMAP_ScanList[6] =
{ // diamond symbol
0b00001000,
@ -440,3 +440,23 @@ const uint8_t BITMAP_ScanList[6] =
0b00011100,
0b00001000
};
*/
const uint8_t BITMAP_ScanList1[6] =
{ // 1 symbol
0b00000000,
0b01000001,
0b01111111,
0b01000001,
0b00000000,
0b00000000
};
const uint8_t BITMAP_ScanList2[6] =
{ // 2 symbol
0b01000001,
0b01111111,
0b01000001,
0b01111111,
0b01000001,
0b00000000
};