1. 06 Jan, 2019 3 commits
    • Bodmer's avatar
      Add backlight support · 4e6736e5
      Bodmer authored
      The backlight control pin and ON state can be defined in the setup.h
      file. Addresses #229, #226, #221
      
      Comments updated and ILI9488 warning added.
      4e6736e5
    • Bodmer's avatar
      Misc updates · 05359a4d
      Bodmer authored
      Speed up Sprite rotation on an ESP32
      Update utf8 serial decoder to handle illegal format strings
      Remove need for D0_USED_FOR_xx (issue #271)
      Clean up setup files
      Correct various comment typos
      05359a4d
    • Bodmer's avatar
      Add Sprite rotation and examples · 96228cbf
      Bodmer authored
      Sprites can be rendered rotated with defined pivot points, 3 new
      examples have been added "Rotated_Sprite_1/2/3".
      The FLASH bitmap example has been moved to the Generic examples folder.
      Boundary checks have been added to pushImage()
      A new scrolling and wrapping in a Sprite example has been added.
      96228cbf
  2. 01 Jan, 2019 1 commit
    • Bodmer's avatar
      Update touch handler · e8c201db
      Bodmer authored
      Added new function that sketch can call to convert raw ADC x and y
      values to calibrated screen coordinates:
      tft.convertRawXY(&x, &y);
      
      Redunced required number of SPI transfers needed to read raw values.
      Changed mode so PENIRQ pin is enabled so users sketch can read this
      signal (if needed).
      
      See issue #279.
      e8c201db
  3. 26 Dec, 2018 1 commit
    • Bodmer's avatar
      Fix #276 · 71a222f7
      Bodmer authored
      Fixes warning/error that is only reported with certain compiler warning flag settings ("All" in Arduino IDE).
      71a222f7
  4. 03 Dec, 2018 1 commit
  5. 30 Nov, 2018 1 commit
  6. 29 Nov, 2018 1 commit
  7. 28 Nov, 2018 6 commits
  8. 27 Nov, 2018 2 commits
  9. 26 Nov, 2018 2 commits
  10. 25 Nov, 2018 6 commits
  11. 24 Nov, 2018 6 commits
  12. 23 Nov, 2018 2 commits
  13. 21 Nov, 2018 1 commit
  14. 19 Nov, 2018 1 commit
    • Bodmer's avatar
      Add option for different RGB colour order with ST7789 · 419a7ef8
      Bodmer authored
      // For ST7789 ONLY, define the colour order IF the blue and red are
      swapped on your display
      //#define TFT_RGB_ORDER TFT_RGB  // Colour order Red-Green-Blue
      //#define TFT_RGB_ORDER TFT_BGR  // Colour order Blue-Green-Red
      419a7ef8
  15. 16 Nov, 2018 2 commits
  16. 14 Nov, 2018 1 commit
    • Bodmer's avatar
      Minor performance improvements for ESP32 · 7a3d6bca
      Bodmer authored
      Remove legacy changes for double buffered SPI
      Eliminate unecessary ESP32 SPI read/modify write
      Eliminate two stage control bit changes (may impact some diplays with
      setup/hold  timing and show ESP32 hardware register bug?)
      Add single register write for CS and DC command
      Make setAddrWindow smarter (as used in previous AVR library)
      Improve compatibility with GFX sketches
      Re-arrange comments slightly to improve positioning
      7a3d6bca
  17. 13 Nov, 2018 1 commit
  18. 11 Nov, 2018 1 commit
  19. 09 Nov, 2018 1 commit