kevin
1b9fc3f73f
Add more power options
...
Change " % " -> "%" in BuildDisplay().
2023-07-11 22:38:15 +08:00
kevin
4e99120140
Fix Screensaver bug
2023-07-11 09:48:08 +08:00
kevin
99248fb03c
Make room for the right area
...
S / N -> S/N
2023-07-11 08:54:59 +08:00
kevin
e608af642b
Minor adjustment
2023-07-10 22:36:10 +08:00
kevin
184142fc71
Change for Screensaver & Standby button change
2023-07-10 22:32:37 +08:00
kevin
88d26a9a6d
Add Screensaver
2023-07-10 21:30:52 +08:00
kevin
f2d357adb6
Merge latest code
2023-07-09 18:21:17 +08:00
kevin
5ee6f3c385
Bug fix
2023-07-09 14:46:18 +08:00
kevin
12fe8cb855
Fix WhiteOut theme bugs in the menu
...
And some other minor adjustment
2023-07-09 14:09:23 +08:00
kevin
199edb197f
bug fix
2023-07-08 14:12:59 +08:00
kevin
c30b7f603e
Add 100K step for FM
2023-07-08 13:56:16 +08:00
kevin
c73bd1c573
Fix SW round bug
...
It should be round to every 5K step
2023-07-07 22:04:54 +08:00
kevin
117edb120f
Fast preview of theme
...
Fast preview of theme selector.
Adjustment of theme whiteout.
2023-07-07 18:54:21 +08:00
kevin
1536e469f7
Revover the lost "Theme"
2023-07-06 21:26:14 +08:00
kevin
45cc7f159f
Add power options
...
Can deep sleep or just turn off the screen and keep tuner alive.
2023-07-05 17:06:40 +08:00
kevin
8b61631a87
Better way
...
This way will respond faster
2023-07-04 17:18:45 +08:00
kevin
df618b121e
Bat icon adjust
...
1.Add slow down timer
2.if bat adc value < BAT_LEVEL_WARN, bat icon will turn red.
2023-07-04 17:05:01 +08:00
kevin
fc6b0b2208
Added a contributor
...
Who made a public portable copy of PEBPV5 version.
2023-07-03 19:34:09 +08:00
kevin and GitHub
839134e936
Merge branch 'main' into Display-color-invert
2023-06-27 22:07:29 +08:00
kevin
0dd1f9730e
Add Display color invert
2023-06-27 22:05:05 +08:00
kevin
25f2d2f1ce
Fix offset reference error
...
And code formatting
2023-06-24 21:36:29 +08:00
kevin
0710b65fbd
Fix bug
2023-06-24 21:00:43 +08:00
kevin
fe9907cae5
Add 30Khz stepsize for OIRT band
...
Can switch OIRT 30Khz step on/off in the menu.
Can adjust OIRT low / high edge according to LowEdgeSet / HighEdgeSet
2023-06-24 20:14:39 +08:00
kevin
d44cbdd96a
Fix tune mode error
...
tune mode MI BAND is disable when restart
2023-06-23 16:04:22 +08:00
kevin
64110f7c7f
Slow down refresh rates on offset
2023-06-21 15:35:55 +08:00
kevin
57616fb8bf
Fix band width refresh bug
2023-06-20 14:36:26 +08:00
kevin
ba7e2cff0d
Fix reference error
2023-06-19 11:23:09 +08:00
kevin
f28559648b
Merge remote-tracking branch 'upstream/main'
2023-06-18 22:30:41 +08:00
kevin
c62d406d87
Slow down display of BW and SNR
...
Add a timer for display.
2023-06-18 21:07:45 +08:00
kevin
1c92648668
Adjust bat ADC's for portable
...
Maybe adjustment still needed
2023-06-18 20:33:58 +08:00
kevin
baff256dec
Add SW MI band display and switch
...
Todo: @PE5PVB
1. Can add an menu option
byte showSWMIBand = 1; // Fix Me: Menu options: 0: don't show 1: show up
2. Need to store and restore the last SWMIBandPosold
uint16_t SWMIBandPosold; // Fix Me: Should store this parameter into flash, for use of restart.
2023-06-18 13:27:20 +08:00
kevin
797ca91d3b
Code tidy
...
Make it easy to read
2023-06-17 14:28:22 +08:00
kevin
be6ac1948c
Add bands bandage settings
2023-06-15 23:34:49 +08:00
kevin
994f9303a3
Fix recall error of stepsize
...
When you set stepsize to 4 and then switch to LW Band and turn off radio immediately , when turn on again, then stepsize will remain 4 ,this is not suitable for LW and MW.
2023-06-15 16:10:39 +08:00
kevin
05b1f4a5f0
Fix display mis-match of iMS EQ
...
Y mis-match of iMS and EQ with updateiMS() and updateEQ()
2023-06-15 10:48:24 +08:00
kevin
686eb92879
fix stepsize error when bands switch
...
bands switch FM -> LW, stepsize should not > 3
2023-06-15 09:55:35 +08:00
kevin
ecb252b3d9
Adjust stepsize for each bands
...
SW and FM: max is 1000
MW and LW: max is 100
thus more user friendly.
2023-06-14 22:20:20 +08:00
kevin
ee85dbaa56
Reinit each band frequency from Memory
2023-06-14 21:09:06 +08:00
kevin
32bc94ad01
add bands switch
...
2 bands -> 4 bands
MW Step: EU -> 9K, US -> 10K
2023-06-14 19:09:14 +08:00