2019-06-03 03:23 AM
Hi,
I'm currently creating the following array in a .hpp file (see joined image) but I get an "assertion failed" error whenever I try to run my code because the bitmap database has not yet been initialized and the bitmap values are different from zero in my array.
I'm confused because I took inspiration from the keyboard example and it's exactly what is done. Therefore, what am I missing?
Thanks in advance for your help.
2019-06-03 03:46 AM
Hi @GMeur,
When are you trying to run your code? the method touchgfx_generic_init() will initialize the Bitmapdatabase through registerBitmapDatabase() - Is touchgfx_generic_init called ?