i just want a simple logo on my screen.. | Intech Studio
💬 general General

i just want a simple logo on my screen..

ability
ability · · 2 replies

I just want a simple logo on my screen, how do we achieve this and in what format should it be ? Can you assign it to one button ? size of the screen is 320x240

Replies (2)

Hybrid Hybrid ·

If you install the Image Streaming package, set your image path and then add the "Initialize VSN Display" action, you should see it start loading. I just used a 320x240 pixel JPEG...

Demo here

Just be prepared that it will be very slow to render a full image. If you want a logo on the screen, it's best if you can draw it programmatically using shapes and lines, then it will render very quickly.

kkerti kkerti ·

If the logo can be drawn as a polygon, then the x, y coordinates of the drawing may be used with the polygon draw function.

Truth is, we focused on procedural rendering instead of raster display.

What would be your use case which involves a logo?

Discord

View on Discord

This post is from the Intech Studio Discord community.

Open thread →