Hi Guys,
I am working on an old Microcontroller in which I have embedded the Emwin Library.
But MC(MK22FN512VDC12) has only 128K RAM, so I also have to create multiple fonts.
Is there any provision available in emwin using that I can access the font even using Lower RAM it can be crated.
I am mainly targeting the SIF or XBF format. In that, I have to use only a single buffer in RAM(Local) of the maximum size of font size. So I can use a buffer and read font data in it from External Memory which is of (1 MB) and can use the same Single RAM buffer for all fonts.
Is it possible? If yes then please share an example if any.
Thanks,
Amol
I am working on an old Microcontroller in which I have embedded the Emwin Library.
But MC(MK22FN512VDC12) has only 128K RAM, so I also have to create multiple fonts.
Is there any provision available in emwin using that I can access the font even using Lower RAM it can be crated.
I am mainly targeting the SIF or XBF format. In that, I have to use only a single buffer in RAM(Local) of the maximum size of font size. So I can use a buffer and read font data in it from External Memory which is of (1 MB) and can use the same Single RAM buffer for all fonts.
Is it possible? If yes then please share an example if any.
Thanks,
Amol