On board OLED display custom data

Dears! I have ArduRover on a Mateksys405 Wing FC and I’m using an OLED display to show the basic diagnostics through I2C. I would like to customize this display to show some information while the rover is armed. I’ve seen a previously opened thread where people requested this option but that was in 2021 and there was no response from the developers if it was possible or planned. I am wondering if now it’s possible to add or select data to be displayed on the onboard OLED display.
Thank you in advance!
Regards,
Papi

It was added to scripting around january. You can have custom text from a LUA script
using notify:send_text and notify:release_text functions
It will released in 4.6

Thank you, sounds exciting! It looks like I will need to wait for the release then.
Regards,
Papi