6 years, 6 months ago.

How do I create windows on an mbed application shield lcd?

I have found library's that can enable this but they dont seem to support the C12832 LCD.

Is it possible to split the screen into 2 windows vertically and write and clear each window independently?

1 Answer

6 years, 5 months ago.

The C12832 does not support appear to support window functions in hardware, so it would be up to you to create support in SW. You might browse some of the other [higher] resolution graphics drivers to see if any support windowing in SW and follow that pattern.

Alternately, extend the existing driver with some window() functions and then intercept and process each character to control the location of the next character.

Accepted Answer

<a href="https://www.google.com/">good article</a>

posted by hendry jullius 01 Feb 2019