I'm trying to display text and graphics on the LCD.
My wonder is that the text drawing performance is very poor compared to other graphics (rectangles).
What is a bottleneck? Or is it inevitable?
I found this post, but there is no solution yet.
Font Draw Time/Performance
My application is running intermittently due to low power consumption and only needs to be active for a short time.
The LCD driver is custom and uses a bitplane driver.
Here are some examples:
MCU specifications:
Cortex M0 48MHz
32kB RAM, 256kB flash ROM
Thank you.
Yuki
My wonder is that the text drawing performance is very poor compared to other graphics (rectangles).
What is a bottleneck? Or is it inevitable?
I found this post, but there is no solution yet.
Font Draw Time/Performance
My application is running intermittently due to low power consumption and only needs to be active for a short time.
The LCD driver is custom and uses a bitplane driver.
Here are some examples:
C Source Code
MCU specifications:
Cortex M0 48MHz
32kB RAM, 256kB flash ROM
Thank you.
Yuki