johnboiles / esphome-hdmi-cec

ESPHome component to send and receive HDMI-CEC messages.
62 stars 10 forks source link

OSD Name characters #2

Closed nagyrobi closed 2 years ago

nagyrobi commented 2 years ago

Congratulations, nice project. Please share with us how to encode any string in OSD name

    - opcode: 0x46 # Give OSD name
      then:
        - hdmi_cec.send:
            destination: 0x0
            data: [0x47, 0x65, 0x73, 0x70, 0x68, 0x6F, 0x6D, 0x65] # esphome <- change this to anything
nagyrobi commented 2 years ago

nevermind, I think I figured it out. It's command + string characters in hex.