Skip to content

Releases: atanisoft/esp_lcd_ili9488

v1.1.1 - IPS Dispaly support

Choose a tag to compare

@atanisoft atanisoft released this 22 Apr 15:10

v1.1.1 – Support for IPS displays

  • Added PR from @jbrilha for IPS display capability.

v1.1.0 - Version bump for ESP-IDF v6.0 compatibility

Choose a tag to compare

@atanisoft atanisoft released this 24 Nov 18:28
d81c024
  • fix: add compatibility to ESP-IDF v6.0 and bump minor version
  • fix: example version
  • fix: ifguard around TFT_COLOR_MODE
  • fix: make required conditional so it doesn't break previous ESP-IDF versions
  • docs: update changelog for v1.1.0

v1.0.11 - Updates to LVGL examples

Choose a tag to compare

@atanisoft atanisoft released this 06 Mar 14:11
  • Removed Kconfig.projbuild from the LVGL example as it introduced complexity
    that wasn't needed.
  • Restrict LVGL example to LVGL 8.x as it will require rework for LVGL 9.x.
  • Updated LVGL example for ESP-IDF v5.4

v1.0.10 - Bug fixes and 16-bit mode for i8080 example

Choose a tag to compare

@atanisoft atanisoft released this 12 Nov 13:25
  • Ensure the color_buffer is freed upon delete (@nebkat)
  • Enable 16-bit mode support for i8080 example and updates for idf v5.0 APIs

v1.0.9 - Bug fixes and new example

Choose a tag to compare

@atanisoft atanisoft released this 08 Apr 22:32
c55390f

New feature(s)

Issues fixed

  • A bug with rotation has been fixed (@jacobvc)

General Notes

  • None

v1.0.8 - Portrait vs Landscape orientation support

Choose a tag to compare

@atanisoft atanisoft released this 18 Mar 12:15

New feature(s)

  • Added landscape parameter to esp_lcd_new_panel_ili9488 to allow specifying the screen orientation. Default is portrait.

Issues fixed

  • None

General Notes

  • Thanks @jacobvc for the contribution of the new feature above in PR #7.

v1.0.7 - Bug Fix Release

Choose a tag to compare

@atanisoft atanisoft released this 06 Jan 18:36
a9d11b9

New feature(s)

  • None

Issues fixed

General Notes

  • The signature of esp_lcd_new_panel_ili9488 has been modified to add the buffer_size parameter.

v1.0.6 - Bug Fix release

Choose a tag to compare

@atanisoft atanisoft released this 29 Dec 14:52

New feature(s)

  • None

Issues fixed

General Notes

  • None

v1.0.5 - Parallel IO (Intel 8080) support

Choose a tag to compare

@atanisoft atanisoft released this 23 Nov 12:30

New feature(s)

  • Support for parallel IO (Intel 8080) interface.

Issues fixed

General Notes

  • When using four wire SPI mode be sure to use 18-bit color depth as noted in the readme.
  • When using parallel IO mode be sure to use 16-bit color depth as noted in the readme.

v1.0.4 - SPDX License tag updates

Choose a tag to compare

@atanisoft atanisoft released this 12 Nov 22:49

This release only updates the SPDX license tagging of source files.