Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
atanisoft committed Nov 12, 2024
1 parent 93753c4 commit 9e7c739
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log for esp_lcd_ili9488

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

* 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

* New i8080 example has been added (@meibao-real)
* A bug with rotation has been fixed (@jacobvc)

## v1.0.8 - Adds support for portrait / landscape orientation.

Thanks to a contribution from @jacobvc it is possible to configure the
Expand Down Expand Up @@ -60,4 +70,4 @@ Fixed: https://github.com/atanisoft/esp_lcd_ili9488/issues/1

This release is the first revision of this component and includes basic support
for ILI9488 displays including the 18-bit color depth conversion which is
required for SPI interface displays.
required for SPI interface displays.
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ dependencies:
idf: '>=4.4.2'
description: esp_lcd driver for ILI9488 displays
url: https://github.com/atanisoft/esp_lcd_ili9488
version: 1.0.9
version: 1.0.10

0 comments on commit 9e7c739

Please sign in to comment.