piotr022 / UV_K5_playground

426 stars 66 forks source link

Release 35 sbar not functional #28

Closed kronicd closed 1 year ago

kronicd commented 1 year ago

In release 35 the SBar does not appear after flashing uv_k5_26_rssi_sbar_encoded_v35.bin.

I have confirmed that release 34 works properly.

tiagofreire-pt commented 1 year ago

I confirm this bug. Re-flashing from v35 and onwards back to v34, works again.

piotr022 commented 1 year ago

in v35 i have added protection against drawing rssi bar in frequency scan view, it check if original fw draws something on screen at 26th pixels from left on the last display line. Probably that is the issue, i will check it later after finishing views manager

kronicd commented 1 year ago

At the moment it doesn't appear in either VFO or Memory mode (firmware v44)

https://github.com/piotr022/UV_K5_playground/assets/551541/feb511af-8209-4b1b-a073-0283e23bd4b5

piotr022 commented 1 year ago

it is probaly caused by this DCS string, please check if disabling DCS on second VFO fixes a problem, if yes i can do steps to fix that

kronicd commented 1 year ago

I went to test with and without DCS. As of firmware v48 it works in both cases.

Marking issue as closed as it seems fixed, thankyou for your efforts.

tiagofreire-pt commented 1 year ago

Thanks!