1. 01 Mar, 2020 2 commits
  2. 18 Feb, 2020 1 commit
    • Bodmer's avatar
      Add more smooth font examples · ef21c44a
      Bodmer authored
      The extra examples use smooth fonts stored in arrays and thus can run on STM32 processors which do not support SPIFFS.
      ef21c44a
  3. 17 Feb, 2020 1 commit
  4. 16 Feb, 2020 4 commits
  5. 15 Feb, 2020 3 commits
  6. 14 Feb, 2020 1 commit
    • Bodmer's avatar
      Add FLASH based anti-aliased fonts · c689b421
      Bodmer authored
      Processors (such as STM32) that are not supported by a SPIFFS library can now use anti-aliased (smooth) fonts stored in FLASH (program) memory.
      c689b421
  7. 11 Feb, 2020 1 commit
  8. 09 Feb, 2020 5 commits
  9. 06 Feb, 2020 8 commits
  10. 05 Feb, 2020 2 commits
  11. 02 Feb, 2020 1 commit
  12. 01 Feb, 2020 1 commit
    • Bodmer's avatar
      4 bpp Sprite bug fix · c8530d7a
      Bodmer authored
      OR has precedence over AND so brackets needed.
      Remove unused varaible.
      c8530d7a
  13. 30 Jan, 2020 1 commit
    • Bodmer's avatar
      Add new alphaBlend functions · 8209c003
      Bodmer authored
      Added 24 bit colour handling alphaBlend to reduce precision loss in multiple blend stages (e.g. in 2D colour gradients). Added option for alpha dither to reduce colour banding in gradients with 16 bit colours.
      
      Get rid of compile warnings.
      8209c003
  14. 26 Jan, 2020 1 commit
    • Bodmer's avatar
      Raise to version 2.0.0 · 0e0fd752
      Bodmer authored
      The library has been cleaned up as it has got a bit untidy due to the large number of small incremental changes.
      
      4bit Sprite examples renaed to be consistent with others.
      
      alphaBlend example moved to generic folder (alphaBlend fn was moved to TFT_eSPI class).
      Added sections + explanatory comments to functions prototypes.
      
      Temporary comments added for potential gotchas for noobs when using DMA.
      
      spi_begin/end functions renamed to reflect functionality. Old fns  retained for backwards compatibility with user setup.h files.
      0e0fd752
  15. 25 Jan, 2020 3 commits
  16. 19 Jan, 2020 2 commits
  17. 14 Jan, 2020 1 commit
  18. 12 Jan, 2020 2 commits