Skip to content

Releases: nkozawa/Led4Vtx

Add VTX channel display (band/channel/power) to Led4Vtx and Led4VtxLite

Choose a tag to compare

@nkozawa nkozawa released this 09 Jul 05:54
English

Led4Vtx / Led4VtxLite — VTX Channel Display

 - Added real-time VTX channel display at the top of the screen (band, channel number, power
   level)
 - Shows "scanning..." while VTX data is being acquired, then switches to "Current VTX:E2,1"
   format once discovery completes
 - Compatible with T14 128×64 monochrome screens (fallback for devices without lcd.sizeText)
 - Applied to both Led4Vtx.lua and Led4VtxLite.lua

日本語

Led4Vtx / Led4VtxLite — VTXチャネル表示機能の追加

 - 画面最上部にVTXチャネル(バンド、チャンネル番号、電力レベル)をリアルタイムで表示する機能
   を追加
 - VTXデータ取得中は "scanning..." を表示し、Discovery完了後に "Current VTX:E2,1"
   形式に切り替わります
 - T14 128×64 のモノクロ画面など lcd.sizeText
   が使用できない環境にも対応(フォールバック処理付き)
 - Led4Vtx.lua および Led4VtxLite.lua の両方に適用

Fix LED/VTX color desync

Choose a tag to compare

@nkozawa nkozawa released this 07 Jul 09:01

日本語

素早くVTXチャネルを切り替えると、LEDの色がVTXチャネルと一致しなくなる不具合を修正しました。

• VTXチャネル変更後にFCへping送信を行い、応答を確認してから続行するようにしました
• FCから実際のLED色を読み返して検証し、意図した色と異なる場合は自動的に再送するようにしました
• EEPROMへの保存を選択操作が落ち着いてから一度だけ行うようにし、保存中のビジー状態が後続コマンドを妨げないようにしました
• 上記の改善を Led4Vtx.lua と Led4VtxLite.lua の両方に適用しました
• 低メモリの送信機(QX7など)向けに、確認・再送処理を省いた軽量版 Led4VtxSmall.lua を追加しました

English

Fixed an issue where rapidly switching VTX channels could cause the LED color to desync from (lag behind) the selected VTX channel.

• After a VTX channel change, the script now pings the FC and waits for a confirmed response before continuing
• LED colors are now read back from the FC and verified against the intended color, automatically resending if they don't match
• EEPROM save is now debounced to happen once after selections settle, avoiding busy periods that could block subsequent commands
• Applied the above fixes to both  Led4Vtx.lua  and  Led4VtxLite.lua 
• Added  Led4VtxSmall.lua , a lightweight variant without the verify/retry logic, for low-memory transmitters (e.g. QX7)

v1.1 adapt to big screen

Choose a tag to compare

@nkozawa nkozawa released this 07 Jul 00:46

大画面(縦320ピクセル以上)に対応しました。カラーボタン、表示ラベル、長押し進行バー、選択枠などを大きくし、高解像度LCDでの操作性と視認性を向上させました。従来の画面サイズでは従来通り表示されます。

Added support for large vertical screens (320 pixels or more). Color buttons, labels, long-press progress bars, and selection borders are now enlarged for better usability and visibility on high-resolution LCDs. Display on existing screen sizes remains unchanged.

v1.0 initial release

Choose a tag to compare

@nkozawa nkozawa released this 07 Jul 00:31
change LED modifier