Skip to main content
JaHnu
Associate II
March 25, 2019
Solved

Where is BMPFileLoader?

  • March 25, 2019
  • 2 replies
  • 1507 views

I didn't find “dynamic_bitmap_example“ in TouchGFX

This topic has been closed for replies.
Best answer by Martin KJELDSEN

Hi @JaHnu​ 

A Dynamic Bitmap in TouchGFX is not necessarily just loading a BMP, dynamically. It means that you can modify a piece of memory at runtime and treat it as a Bitmap in TouchGFX. But, now that we're on the subject, you're right that the dynamic_bitmap_example from TouchGFX 4.8.0 has not made its way into the designer yet.

I've attached it here (based on 4.8.0).

/Martin

2 replies

Martin KJELDSEN
Martin KJELDSENBest answer
Principal III
March 28, 2019

Hi @JaHnu​ 

A Dynamic Bitmap in TouchGFX is not necessarily just loading a BMP, dynamically. It means that you can modify a piece of memory at runtime and treat it as a Bitmap in TouchGFX. But, now that we're on the subject, you're right that the dynamic_bitmap_example from TouchGFX 4.8.0 has not made its way into the designer yet.

I've attached it here (based on 4.8.0).

/Martin

JaHnu
JaHnuAuthor
Associate II
March 29, 2019

Thank you Martin KJELDSEN

Martin KJELDSEN
Principal III
March 29, 2019

You're welcome!

Iswarya
Associate III
April 4, 2019

Missing lot of files.

Martin KJELDSEN
Principal III
April 8, 2019

This example is not maintained - I grabbed it from an old release. It should definitely be made into a UI template.