| Interface | Description |
|---|---|
| BufferRefreshStrategy |
The buffer refresh strategy (or BRS) is responsible of refreshing the display and restoring the data of the front
buffer to the back buffer.
|
| Class | Description |
|---|---|
| LegacyRefreshStrategy |
The strategy "legacy" (equivalent to the one available in UI Packs 13.x) is dedicated to the buffer mode SWAP (see
MicroEJ documentation).
|
| PredrawRefreshStrategy |
The "predraw" strategy consists in restoring the back buffer with the content of the previous drawings (the past)
just before the very first drawing after a flush (and not just after the flush).
|
| SingleRefreshStrategy |
The "single" strategy is dedicated to the display with one buffer on the MCU side and one buffer on the display side
(the display front buffer is not mapped to the MCU address space).
|