We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
display_message
1 parent f228451 commit 1737a2dCopy full SHA for 1737a2d
src/drivers/osd/msp_osd/msp_osd.cpp
@@ -314,8 +314,8 @@ void MspOsd::Run()
314
msg[index++] = MSP_DP_WRITE_STRING;
315
msg[index++] = 0x02; // row position
316
msg[index++] = 0x14; // colum position
317
- msg[index++] = 0;
318
- msg[index++] = 0x03;
+ msg[index++] = 0; // Icon attr
+ msg[index++] = 0x03; // Icon index >
319
memcpy(&msg[index++], &display_message, sizeof(msp_name_t));
320
this->Send(MSP_CMD_DISPLAYPORT, &msg, sizeof(msg));
321
}
0 commit comments