ExpressLRS / Backpack

Firmware for ExpressLRS compatible backpacks
GNU General Public License v3.0
100 stars 73 forks source link

Enhance the OSD test program #96

Closed pkendall64 closed 3 months ago

pkendall64 commented 1 year ago

Adds debug message for OSD commands in VRx code

I'm thinking of extending this "test" program to be able to send all of the MSP commands to the VRx

lesharodin commented 1 year ago

Thanks, it works. With help of @pkendall64 there is some short usage manual:

  1. Flash esp32/esp8266 with DEBUG_ESP/32_TX_BACKPACK Dont forget to add binding phrase to user_defines
  2. Run python osd_test.py usage: send <row> <col> <message> e.g. 5 0 HELLO WORLD send d for display messages send c to clear display buffer Use only UPPERCASE letters for messages

image