mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 14:40:23 +00:00
graphics: nx_openwindow() and nxtk_openwindow() now accept an addtional 'flag' parameter. This argument is not used at present but will, eventually enable a RAM backed, per-window framebuffer.
graphics/Kconfig: Add configuration to support a rambacked framebuffer. Current marked as EXPERIMENTAL because this is a work in progress.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| nx_drawcircle.c | ||
| nx_drawline.c | ||
| nx_fillcircle.c | ||