cancel
Showing results for 
Search instead for 
Did you mean: 

Which widgets are you planning to add in the upcoming version?

GMeur
Senior

Hello,

I'd appreciate if you could release a tentative list of the widgets you plan to integrate in the future release of TouchGFX with a few words about their features.

Thanks in advance,

Guillaume.

1 ACCEPTED SOLUTION

Accepted Solutions
Martin KJELDSEN
Chief III

Hi @GMeur​,

Nothing is ever set in stone, but the following things are done and will be available from within the designer at some point:

  • Shape (Draw an arbitrary shape in the designer)
  • AnalogClock and DigitalClock
  • TextureMapper (Previously only as source code) - AnalogClock uses texturemappers for it's hands.

We'll also have a cacheable container that can be moved with ChromART/DMA2D. E.g. you can render a complex and expensive widget like the texturemapper to a piece of memory and move that using hardware acceleration. For instance, swiping an expensive thing like a texture mapper will use up a lot of CPU cycles but with the DMA2D this will perform great.

/Martin

View solution in original post

1 REPLY 1
Martin KJELDSEN
Chief III

Hi @GMeur​,

Nothing is ever set in stone, but the following things are done and will be available from within the designer at some point:

  • Shape (Draw an arbitrary shape in the designer)
  • AnalogClock and DigitalClock
  • TextureMapper (Previously only as source code) - AnalogClock uses texturemappers for it's hands.

We'll also have a cacheable container that can be moved with ChromART/DMA2D. E.g. you can render a complex and expensive widget like the texturemapper to a piece of memory and move that using hardware acceleration. For instance, swiping an expensive thing like a texture mapper will use up a lot of CPU cycles but with the DMA2D this will perform great.

/Martin