Skip to content
  1. Jan 17, 2018
  2. Jan 16, 2018
    • Gregory Nutt's avatar
      apps/examples/lvgldemo: Remove references to... · 15bb9839
      Gregory Nutt authored
      apps/examples/lvgldemo:  Remove references to CONFIG_EXAMPLES_LGVLDEMO_ARCHINIT (which was never defined anyway) and to all references to board control.  The board bringup logic must register the touchscreen driver.  BOARDIOC_TSCTEST_SETUP is deprecated.
      15bb9839
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      apps/example/lvgldemo: Add .gitignore file · cf002176
      Gregory Nutt authored
      cf002176
    • Alan Carvalho de Assis's avatar
      Squashed commit of the following: · f2028411
      Alan Carvalho de Assis authored
          apps/examples/lvgldemo:  Fix up some include paths
          apps/examples/lvgldemo:  The last final now conforms to the NuttX coding style.
          apps/graphics/littlevgl:  Two more files are closer to the NuttX coding style.
          apps/graphics/littlevgl:  Two more files are closer to the NuttX coding style.
          apps/examples/lvgldemo:  Three more files are closer to the NuttX coding style.
          apps/examples/lvgldemo:  Two more files are closer to the NuttX coding style.
          apps/examples/lvgldemo:  Two more files are closer to the NuttX coding style.
          Add include/graphics/.gitignore
          apps/include/graphics:  Remove lvgl.h.  graphics/littlevgl/Makefile now copies the file into position.
          apps/graphics/littlevgl:  Add .gitignore file
          apps/graphics/littlevgl:  Most of these files follow the coding style now.
          apps/graphics/littlevgl:  This gets a couple of files closer to the NuttX coding style.
          apps/examples/lvgldemo:  Add lvgldemo example
          apps/graphics/littlevgl:  Add littlevgl library
      f2028411
  3. Jan 14, 2018
  4. Jan 13, 2018
  5. Jan 12, 2018
  6. Jan 10, 2018
  7. Jan 09, 2018
  8. Jan 05, 2018
  9. Jan 04, 2018
  10. Jan 03, 2018
  11. Dec 21, 2017
  12. Dec 19, 2017
  13. Dec 16, 2017
  14. Dec 08, 2017
  15. Dec 04, 2017
  16. Dec 03, 2017
  17. Nov 30, 2017
  18. Nov 29, 2017
  19. Nov 28, 2017
  20. Nov 27, 2017
    • Gregory Nutt's avatar
    • Gregory Nutt's avatar
      Merged pdcurses into master · 2c304276
      Gregory Nutt authored
      * apps/graphics/pdcurs34: Initial steps to support less than 8-pixel fonts on less than 8-bit display
      
      * pdcscrn.c edited online with Bitbucket
      
      * apps/graphics/pdcurs34: Calculation of font buffer stride must depend on the configured BPP.
      
      * apps/pdcurs34:  Rearrange some things so that there is slightly less conditional compilation.
      
      * apps/pdcurs34:  Fix a misnamed label; add first cut at function to copy a font into the font buffer; Make better use of macros to reduce code complexity.
      
      * apps/graphics/pdcurses:  Fix a few compile issues with last commit.
      2c304276