1. 25 Jan, 2019 1 commit
  2. 23 Jan, 2019 1 commit
  3. 22 Jan, 2019 5 commits
    • Bodmer's avatar
      Delete weather-station example · 0460ab64
      Bodmer authored
      Because Weather Underground will no longer support free API's
      0460ab64
    • Bodmer's avatar
      Add ESP32 VSPI or HSPI port option + others · 054a824e
      Bodmer authored
      If the VSPI port is in use and pins are not accessible (e.g. TTGO
      T-Beam)
      then add or uncomment the following line in the setup header file:
      //#define USE_HSPI_PORT
      
      Minor performance tweaks for ESP32 to minimise the occurence of the slow
      transaction overhead.
      
      setAddrWindow now takes xstart, ystart, width and height as inputs
      
      Multi-sample raw touch x and y for noisy displays
      
      Example update for setAddrWindow change compatibility
      054a824e
    • Bodmer's avatar
      Fix #289 · 0fdd2518
      Bodmer authored
      A 16 bit color image can now be plotted into an 8 bit Sprite.
      0fdd2518
    • Bodmer's avatar
      Fix #293 for Sprites · 8cf85c89
      Bodmer authored
      8cf85c89
    • Bodmer's avatar
      Fix #293 for ESP8266 core 2.4.2 and later · b5db54dc
      Bodmer authored
      UTFT8 encoded Unicode values were not being drawn on screen with versions after 2.4.1 of the ESP8266 core.
      b5db54dc
  4. 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
  5. 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
  6. 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
  7. 03 Dec, 2018 1 commit
  8. 30 Nov, 2018 1 commit
  9. 29 Nov, 2018 1 commit
  10. 28 Nov, 2018 6 commits
  11. 27 Nov, 2018 2 commits
  12. 26 Nov, 2018 2 commits
  13. 25 Nov, 2018 6 commits
  14. 24 Nov, 2018 6 commits
  15. 23 Nov, 2018 2 commits
  16. 21 Nov, 2018 1 commit