Nathan Hartman
|
b2a3ba57ff
|
Fix typos
|
2019-09-11 08:59:08 -06:00 |
|
Ken Pettit
|
8132c38064
|
graphics/pdcurs34: This commit adds a configuration option to pdcurses to enable line-drawing character (ALTCHARSET) when using the short 16-bit chtype. This is done by limiting the characters to 7-bit ASCII values and using the 8-th bit as the A_ALTCHARSET bit. This allows a significant RAM savings 4K - 20K depending on terminal size) while still allowing the nicer line-graphic characters for border drawing.
|
2019-01-08 08:28:27 -06:00 |
|
Ken Pettit
|
73fc5eb199
|
apps/graphics/pdcurs34: Integration of termcurses into pdcurses, plus pdcurses updates for multi-thread support
|
2019-01-05 13:25:12 -06:00 |
|
Gregory Nutt
|
ad54b77f33
|
apps/graphics/pdcurs34: Add NuttX framebuffer color managment and beginning of some rendering logic.
|
2017-11-18 19:30:19 -06:00 |
|
Gregory Nutt
|
7664889170
|
apps/graphics/pdcurs34: Extend configuration to select the font size.
|
2017-11-18 12:11:02 -06:00 |
|
Gregory Nutt
|
eb065a756e
|
apps/examples/pdcurses: Bring pdcurses demos and make them conform to the NuttX coding style (not yet hooked into the build system).
|
2017-11-17 18:23:23 -06:00 |
|
Gregory Nutt
|
69bea27b20
|
Remove some dangling whitespace at the end of lines.
|
2017-11-17 13:23:02 -06:00 |
|
Gregory Nutt
|
7ba2110c83
|
apps/graphics/pdcurs34: This commit brings the basic public domain pdcurses library into NuttX. This library is complete but not yet usuable because it still requires the NuttX interfacing code needed hook pdcurses into the NuttX graphics drivers. Also test cases are needed to verify the pdcurses integration.
|
2017-11-17 13:12:59 -06:00 |
|