Open ctacke opened 11 months ago
Currently MicroLayout refreshes the entire display when a control changes. Add support for updating only regions for better performance.
Logic for MicroGraphics
https://github.com/WildernessLabs/Meadow.Foundation/blob/develop/Source/Meadow.Foundation.Libraries_and_Frameworks/Graphics.MicroGraphics/Driver/MicroGraphics.cs#L1615C10-L1615C10
Currently MicroLayout refreshes the entire display when a control changes. Add support for updating only regions for better performance.