FreeTRX/MDUV380_firmware/application/source/user_interface
Marcus Kida 70089d370f Frequency display: 7-segment "LED" font with dimmed inactive segments
Render the VFO/Channel frequency (and the SK1-held frequency view, which share
uiUtilityDisplayFrequency) as 7-segment "LED" digits instead of the normal font,
on colour displays.

- HX8353E_display.c: displayDrawFrequencySevenSeg() draws each digit's 7 segments
  as filled rectangles; lit segments use the theme frequency colour, inactive
  segments a dimmed (~3/8 intensity, same hue) version, giving the classic LED
  look with faintly-visible "off" segments. The decimal point takes half a cell.
- Digits are 12 px wide (wider than the 8 px font) to fill the space toward the
  "MHz" label; height follows the existing single/double-height frequency layout.
- Monochrome displays keep the normal font.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 13:34:35 +02:00
..
menuAPRSOptions.c Initial Commit 2026-07-06 08:45:33 +02:00
menuCalibration.c Initial Commit 2026-07-06 08:45:33 +02:00
menuChannelDetails.c Initial Commit 2026-07-06 08:45:33 +02:00
menuContactDetails.c Initial Commit 2026-07-06 08:45:33 +02:00
menuContactList.c Initial Commit 2026-07-06 08:45:33 +02:00
menuDisplayMenuList.c Initial Commit 2026-07-06 08:45:33 +02:00
menuDisplayOptions.c Layout: add 4px padding below the S-meter before the top info strip 2026-07-06 12:56:33 +02:00
menuFirmwareInfoScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
menuGeneralOptions.c Initial Commit 2026-07-06 08:45:33 +02:00
menuGPS.c Initial Commit 2026-07-06 08:45:33 +02:00
menuLanguage.c Initial Commit 2026-07-06 08:45:33 +02:00
menuLastHeard.c Initial Commit 2026-07-06 08:45:33 +02:00
menuRadioInfos.c Initial Commit 2026-07-06 08:45:33 +02:00
menuRadioOptions.c Initial Commit 2026-07-06 08:45:33 +02:00
menuRSSIScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
menuSatelliteScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
menuSoundOptions.c Initial Commit 2026-07-06 08:45:33 +02:00
menuSystem.c Initial Commit 2026-07-06 08:45:33 +02:00
menuThemeOptions.c Initial Commit 2026-07-06 08:45:33 +02:00
menuZoneList.c Initial Commit 2026-07-06 08:45:33 +02:00
uiChannelMode.c Initial Commit 2026-07-06 08:45:33 +02:00
uiCPS.c Initial Commit 2026-07-06 08:45:33 +02:00
uiGlobals.c Initial Commit 2026-07-06 08:45:33 +02:00
uiHotspot.c Initial Commit 2026-07-06 08:45:33 +02:00
uiLocalisation.c Initial Commit 2026-07-06 08:45:33 +02:00
uiLockScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
uiMessageBox.c Initial Commit 2026-07-06 08:45:33 +02:00
uiNotification.c Initial Commit 2026-07-06 08:45:33 +02:00
uiPowerOff.c Initial Commit 2026-07-06 08:45:33 +02:00
uiPrivateCall.c Initial Commit 2026-07-06 08:45:33 +02:00
uiSplashScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
uiTxScreen.c Initial Commit 2026-07-06 08:45:33 +02:00
uiTxTgPcContactOwnId.c Initial Commit 2026-07-06 08:45:33 +02:00
uiUtilities.c Frequency display: 7-segment "LED" font with dimmed inactive segments 2026-07-06 13:34:35 +02:00
uiVFOMode.c Initial Commit 2026-07-06 08:45:33 +02:00