Avoid using a framebuffer

When possible, avoid using framebuffers for composition in your splash screen application.

You want to avoid using framebuffers (composition) because the operation adds significant time to render an image on a display. You may unknowingly create a framebuffer based on your implementation and what Screen features you use. To find out if your application creates a framebuffer, see the Other Techniques and Troubleshooting chapter.

For information about framebuffers, see Configure class subsection in the Configuring Screen chapter of the Screen Developer's Guide.

Here are a few techniques to help avoid the creation of a framebuffer in your splash screen application: