Hi
I am looking at displaying dynamic text on the OSD. As of now, I am converting the text to bmp image, then converting it to rgb16 format using the bmptorgb16 convertor and then dumping it onto the framebuffer. Is there a better way of achieving the effect? The dvsdk decode demo has a dynamic OSD text display for system usage and file information. It is using functions like DrawText(), uiDrawText(). I couldn't find a tutorial for this though. How do I proceed ? Thanks