nuttx/graphics/nxglib/.gitignore
Gregory Nutt 4aadcc8c28 Adds support for cursors with differing pixel depths on multiple displays
Squashed commit of the following:

    Update .gitignore
    Fix some compile-related issues.
    Add support for cursors of differing pixeldepth.
    Various compile-related fixes.
    graphics/nxglib:  Separate cursor rendering routines in nxglib/ (like all other rendering logic).  graphics/nxbe:  Flesh out remaining cursor methods.
2019-04-09 11:33:59 -06:00

15 lines
407 B
Plaintext

/nxglib_setpixel_*bpp.c
/nxglib_fillrectangle_*bpp.c
/nxglib_getrectangle_*bpp.c
/nxglib_filltrapezoid_*bpp.c
/nxglib_moverectangle_*bpp.c
/nxglib_copyrectangle_*bpp.c
/pwfb_setpixel_*bpp.c
/pwfb_fillrectangle_*bpp.c
/pwfb_getrectangle_*bpp.c
/pwfb_filltrapezoid_*bpp.c
/pwfb_moverectangle_*bpp.c
/pwfb_copyrectangle_*bpp.c
/nxglib_cursor_draw_*bpp.c
/nxglib_cursor_erase_*bpp.c
/nxglib_cursor_backup_*bpp.c