Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CmakeLists.txt #1868

Merged
merged 2 commits into from
Oct 26, 2020
Merged

Add CmakeLists.txt #1868

merged 2 commits into from
Oct 26, 2020

Conversation

C47D
Copy link
Contributor

@C47D C47D commented Oct 26, 2020

To make LVGL an ESP-IDF v4.x component it needs an CMakeLists.txt file, we check for ESP_PLATFORM to add the necessary commands.

Copy link
Member

@kisvegabor kisvegabor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Copy link
Member

@embeddedt embeddedt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can it output an error if someone tries to build it outside of ESP-IDF so they know that it's not a generic CMake file?

@C47D
Copy link
Contributor Author

C47D commented Oct 26, 2020

Yes, it can, what error message do you have in mind?

@C47D C47D mentioned this pull request Oct 26, 2020
5 tasks
@kisvegabor
Copy link
Member

kisvegabor commented Oct 26, 2020

Maybe an "Unknown platform" is none of the "if"s matches? (Of course only ESP for now)

@C47D
Copy link
Contributor Author

C47D commented Oct 26, 2020

Done!, please let me know if 8134044 solves it.

@embeddedt embeddedt merged commit f9da89d into lvgl:dev Oct 26, 2020
@C47D C47D deleted the add_cmakelists branch October 26, 2020 14:05
@C47D C47D restored the add_cmakelists branch October 26, 2020 14:09
@C47D
Copy link
Contributor Author

C47D commented Oct 26, 2020

8134044 isn't listed on the dev branch. Does it take a while to do so?

@embeddedt
Copy link
Member

embeddedt commented Oct 26, 2020

I squash merged (so all the changes are in one commit).

@C47D
Copy link
Contributor Author

C47D commented Oct 26, 2020

Cool, thanks!

@C47D C47D deleted the add_cmakelists branch October 26, 2020 14:12
li9769006 added a commit to li9769006/lvgl that referenced this pull request Dec 25, 2020
commit 196bcb9b0efb30c4f12e88b72e6b20f2a9d0c362
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Thu Dec 24 11:12:53 2020 -0500

    Update pull_request_template.md

commit cee779a56dde00107bb1dc1154fcc0c0f2b7f8e8
Author: Hamid Reza Mehrabian <hr_mehrabian@yahoo.com>
Date:   Thu Dec 24 00:30:02 2020 +0330

    Fix #1959: wrong glyph data

commit 07b6d93de4e6afaa743f8146812bccae2d4041c5
Author: Andrey <github@spirit.re>
Date:   Tue Dec 22 12:44:17 2020 +0300

    lv_chart: Fix division by zero issue when all points are equal (#1962)

    * Fix division by zero issue when all points are equal

    As the title says, when all the points are equal, it attempts division by zero, and in some cases it can result in funny behavior.
    Slightly kludgy fix, but not a significant performance impact.

    * Actually fix the division by zero issue both ways

    Previous commit was slightly broken and only worked one way

    * Fix range setting instead of drawing

    * Missing y_tmp

commit 091174069dddeb62cee11bc9f2299424944d03c6
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Dec 21 16:22:28 2020 +0100

    fix(textarea): cursor position after hiding character in password mode

commit 43ed3eb1f498b7300ffb5741e6834877a26c059a
Author: Riccardo <c10ud.dev@gmail.com>
Date:   Mon Dec 21 16:13:42 2020 +0100

    lv_txt: support extended ascii codes in lv_txt_unicode_to_iso8859_1() (#1963)

commit c4d978fa6f544a06e45db2df7cc84a777ce866e0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 15:36:28 2020 +0100

    fix(textarea): buffer overflow in password mode with UTF-8 characters

    fixes #1960

commit 0ca874bc49fef8d4627af22fd162f3fb2428f26b
Merge: 3d22dc57 62d21734
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 15:19:33 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 3d22dc57229c19aa4648bf8238589bde7031f438
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 13:39:00 2020 +0100

    dropdown: fix typo causing build error

commit 62d21734d9101ec285074b7cc0de9739b0c7cd46
Author: Mattia Maldini <mattia512maldini@gmail.com>
Date:   Sun Dec 20 13:34:48 2020 +0100

    Improved ESP-IDF integration (#1961)

    * Removed LV_CONF_SKIP definition from CMake to avoid redefinition warnings; added more Kconfig options

    * Bumped up version and removed unnecessary default values

    * Added user data configuration to KConfig

    * Moved user data options to "Feature Usage" menu

commit cd69be12d1441c51afb1b40f05cb62eaefd1bbfe
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 13:32:37 2020 +0100

    Update pull_request_template.md

commit 1b83855c72fc9fbf8f4046cbdb22d4db48725d0f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 13:31:44 2020 +0100

    Create pull_request_template.md

commit 243145d8c93b20cce0354921061763ccb53ec4b7
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 13:21:06 2020 +0100

    add arabic processin to to window title and lv_dropdown_add_option

commit cb021a425ad17447ceaeec2c22f9d5bb1f507272
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:59:42 2020 +0100

    calendar: fix build error

commit b0fecc6bb27fdff0579c6f7b5cf72c7e0c3ea97d
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:56:30 2020 +0100

    update CHANGELOG

commit 4e177e01ea0da302ed44538f68939a48608a3981
Merge: 2bf91dbb 57c22013
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:55:25 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 2bf91dbbb5391c8b37162e55a09b4a85ab597f80
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:55:20 2020 +0100

    calendar: make get_day_of_week() public

commit aac672e88b793900949b00e9716b4ef2f6a5400e
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:54:40 2020 +0100

    fix(draw): free buffer used for arabic processing

commit 93d7bd4cf5c07a9f0c5bfa4b330aa99da5b317d3
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sun Dec 20 10:53:06 2020 +0100

    release script: update version in Kconfig

commit 57c22013867cc88198424d700660f79d9e94a075
Merge: 0ea6bcd4 9e72cb00
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 15 19:59:27 2020 +0100

    Merge branch 'master' into dev

commit 9e72cb00005b4128ee060729a4f797e667680f51
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 15 19:59:27 2020 +0100

    Release v7.8.1

commit 0ea6bcd40c464135d835b3627f892592b06232f7
Merge: 0a7f6a63 9b579f3f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Dec 11 15:42:50 2020 +0000

    Merge 9b579f3fadc4e3ec2c4c8c433442670888652e45 into dev

commit 9b579f3fadc4e3ec2c4c8c433442670888652e45
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Dec 11 16:42:15 2020 +0100

    fix(test): use sys/time.h only if built in test mode

commit 417e32b4df1b45f2682f8455da3ecde4087a8abc
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Dec 11 16:40:52 2020 +0100

    fix: add missing lv_txt_ap.h include to some C files

commit 0a7f6a6331eb6d49950e39eff9c991d8237aae9a
Author: Rhaoma <65562497+Rhaoma@users.noreply.github.com>
Date:   Fri Dec 11 16:37:20 2020 +0100

    Add option to align title text in window (#1953)

    * Add option to align title text in window

    I found that i really needed a basic way to align the title text in a window, and therefore i did a bit of tinkering and came up with this solution. Mind you that I'm very new to this so it might not be the most optimal way. I have tested a bit and it pretty looked promising,
    I have of course written the alignments as I felt was most suitable, but I shouldn't be the judge of that.
    Current alignment:

    LV_TXT_FLAG_CENTER makes the text align in the center of the header but ensures it can’t overextend into to header button area;

    LV_TXT_FLAG_RIGHT makes the text align at the right side, but takes the right side header buttons into account

    LV_TXT_FLAG_FIT & LV_TXT_FLAG_EXPAND I wasn’t too sure about what to do so as of now it just aligns them as normal

    LV_TXT_FLAG_NONE Is equal to no flag set by the user and therefore I have just set it to the default coords, like normal. The text then align at the left side.

    * Update lv_win.h

    * Added functions

    Added function to set and get alignment of the header title as requested

    * Added functions

    Added setter and getter functions for the header title alignment as requested

commit b04dea5971dd968a38bbfe24c58d245a5669ae3b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Dec 10 11:18:30 2020 +0100

    fix warnings

commit e90ce9d4b7374b0b967628539fdd0f01cf1a0173
Merge: 5fc66822 e2d7fa44
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Dec 10 11:15:01 2020 +0100

    Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev

commit 5fc66822b93212582db13287ba5aaf2f219f6837
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Dec 10 11:14:22 2020 +0100

    feat(img_cache): allow disabling image cacheing

    related to #1954

commit e2d7fa4477797366cfe3849d6ae8b8a9e391cd29
Merge: 861f07bb b565a69c
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Dec 9 18:07:53 2020 +0000

    Merge b565a69c76e9b133d0365d2cc6f96d82a87b599d into dev

commit b565a69c76e9b133d0365d2cc6f96d82a87b599d
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Wed Dec 9 13:07:21 2020 -0500

    fix(dropdown): always invalidate if selected option changes

    Reported on the forum: https://forum.lvgl.io/t/dropdown-selected-value-doesnt-change-after-calling-lv-dropdown-set-selected/3983

commit 861f07bb77ee20d6002a0299a0d069e5d62150cf
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Dec 9 14:15:56 2020 +0100

    feat(chart): add lv_chart_remove_series and lv_chart_hide_series

commit 6d4de787564eb9b1a3083b3f7520360535f36514
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Dec 9 14:11:14 2020 +0100

    set version number

commit a905be4f90fcde7fc03fbad4fbec03c4c0012d43
Merge: 99bb4cb8 03d2d10f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Dec 9 14:02:36 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 99bb4cb8f109d3dfe5b43c2f48dea52672ed4c1f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Dec 9 14:02:28 2020 +0100

    fix(page): fix LV_SCOLLBAR_MODE_DRAG

    fixes
    https://forum.lvgl.io/t/page-scrollbar-appears-even-if-scrollbar-mode-is-set-to-lv-scrlbar-mode-drag/3883

commit 03d2d10f17c6cb981c8acc66497e4bc10ccc494c
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Tue Dec 8 07:45:52 2020 -0500

    Fix #1955: wrong display size macro being used

commit b80f1dbf14cdd73976486de7f7706a0bda8d788a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Dec 7 18:04:40 2020 +0100

    fix(lv_scr_load_anim): fix when multiple screen are loaded at tsame time with delay

commit b9aff011022853b13018cbe63072f44ac3367785
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Sat Dec 5 19:47:50 2020 -0500

    Correct preprocessor syntax (#1951)

commit ba5ee315e9bf56284fddb8de46cc2fc1a8f4d106
Author: Amir Gonnen <amirgonnen@gmail.com>
Date:   Fri Dec 4 01:42:42 2020 +0200

    lv_txt.h: Add missing include (#1949)

commit 568c2ee68839005cab1d47316893fe33ea97ac77
Author: nazar01 <nazar.kazakov.work@gmail.com>
Date:   Wed Dec 2 13:25:15 2020 +0300

    Spelling, docs fixing, and cosmetic code fixing (#1944)

    * Spelling and docs fixes

    * Fix #endif comments

    * Fix function declarations (fix param names and remove duplicate)

commit 2aad9aaebdc3086d99e119cf6f75f6c8a9086af4
Merge: 4f6fb723 2c0ca033
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 15:27:52 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 4f6fb723ef6558b7cfa435f618ba19d0d9c08c39
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 15:27:44 2020 +0100

    fix roller LV_ROLLER_MODE_INIFINITE refactoring

commit 2c0ca033191a8bfa032aafc11d9343e22dcf6aff
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 15:13:30 2020 +0100

    Update master version

commit 51f95f32869ffdbb40afe68cb1c238a7c7abd2fe
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 15:08:50 2020 +0100

    Release v7.8.0

commit bf08ff444ee8fd3a370ac7c039788eebdf92885f
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Tue Dec 1 08:04:20 2020 -0600

    Update Kconfig. (#1917)

    * Kconfig: Add missing _HEX to LV_COLOR_TRANSP option.

    * lv_conf_checker: Define LV_CONF_SKIP if CONFIG_LV_CONF_SKIP is defined.

    * fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked

    * Update README.md

    * fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc

    * fix(textarea): support Arabic letter connections

    fixes #1888

    * Fix #1924: incorrect date on changelog

    December 1st is two weeks from 7.7.2 release.

    * Kconfig: Fix LV_CONF_MINIMAL related options.

    * fix(arabic): support Arabic letter connections

    fixes #1920

    * fix(arabic): support Arabic letter connections in value string property

    * Update CHANGELOG.md

    * Update CHANGELOG.md

    * Kconfig: Add Zephyr specific code.

    * fix: fix double include in lv_obj.c

    fix #1926

    * Removed trailing semi-colon from macros (#1928)

    * Removed commented out test definition

    Removed commented out test definition LV_BUILD_TEST

    * Remove blank line

    * Fix comment spelling

    * Added blank line

    * Removed trailing semi-colon in macros

    * fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too

    Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699

    * fix(arc): make arc work with encoder

    fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769

    * fix(slider): adjusting the left knob too with encoder

    https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770

    * fix(arc_draw): remove statments that do nothing

    fix #1930

    * Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM (#1931)

    * Update CHANGELOG.md

    * fix(draw polygon): join adjacent points if they are on the same coordinate

    * fix(draw polygon): fix memory leak and vertex joining

    * fix(style): invalidate cache on every PART

    Inherited properties on parts other than MAIN  needs to be recached on property change beacuse they
    are inherted from MAIN

    fixes #1933

    * fix(anim): fix bounce path

    * fix(slider): do not let edit left knob in non-range mode

    * Update ROADMAP.md

    * Fix hardfault when DCache is disabled with no callback (#1935)

    * fix(linemeter): fix invalidation when setting new value

    The old complex but more optimal invalidation was buggy in some cases

    fixes #1904

    * fix(linemeter): fix invalidation when setting new value

    The old complex but more optimal invalidation was buggy in some cases

    fixes #1904

    * fix(table): add missing invalidation when changeing cell type

    fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842

    * CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR (#1939)

    * fix(slider): fix left/right knob control with encoder

    * fix(img): increase the size of invalidated area in lv_img_set_zoom

    Becasue of the pivot placement there can be some rounding errors

    * feat(perf_monitor): add lv_refr_get_fps_avg()

    * Add 8px and 10px montserrat fonts to build (#1941)

    * Fix #1942: lv_textarea_set_pwd_mode not changing to bullets

    Thanks to @fvanroie for investigating.

    * fix(material): make button pressed color darker (#1940)

    * simplify touch handling in the Arduino example

    * Update ROADMAP.md

    * Update ROADMAP.md

    * feat(lv_conf_kconfig): add LV_CONF_KCONFIG_EXTERNAL_INCLUDE

    Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
    Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
    Co-authored-by: xennex22 <25083624+xennex22@users.noreply.github.com>
    Co-authored-by: incity <610455681@qq.com>
    Co-authored-by: Andrey <spirit@spirit.re>
    Co-authored-by: defogprog <22955033+defogprog@users.noreply.github.com>

commit 41b1a7ea15b8b473c0687d4b3fd98ce0d6af6033
Merge: 4e5b2624 c52482ef
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 12:51:53 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 4e5b2624012059c9d326a7d517fa75726c69fe36
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 12:50:42 2020 +0100

    refactor(roller): rename LV_ROLLER_MODE_INIFINITE -> LV_ROLLER_MODE_INFINITE

commit c52482efa2762f0d779448d016b3f2bba4b9665d
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 12:19:45 2020 +0100

    Update ROADMAP.md

commit 5b09c3879d50f254807277b2680896b0aa3b9e13
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 12:15:59 2020 +0100

    Update ROADMAP.md

commit e43d6da389d94a97d2b6120670ca38571ce44df3
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Dec 1 11:40:21 2020 +0100

    simplify touch handling in the Arduino example

commit 73f4156aad0f6ac0e6af6667b7df662e8e30f800
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Tue Dec 1 05:25:43 2020 -0500

    fix(material): make button pressed color darker (#1940)

commit bc2ca71bf53518a31f83f5e84fca9084edfe398f
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Sat Nov 28 19:57:14 2020 -0500

    Fix #1942: lv_textarea_set_pwd_mode not changing to bullets

    Thanks to @fvanroie for investigating.

commit b1a7dbadcdf34c5a26f90a02ae7103c3a68a5d34
Author: defogprog <22955033+defogprog@users.noreply.github.com>
Date:   Sat Nov 28 19:19:46 2020 +0200

    Add 8px and 10px montserrat fonts to build (#1941)

commit 1b37ee88739dc266f74d80f4fd032fff3b40e3e2
Merge: 9c5fec9b 3c55dfb6
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 28 12:41:23 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 9c5fec9b79ba13579d77b9f9d945ed041275b3be
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 28 12:41:06 2020 +0100

    feat(perf_monitor): add lv_refr_get_fps_avg()

commit 65f7ff66d5fbbc5f9afd6c02856a4fe2c4958006
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 28 12:38:48 2020 +0100

    fix(img): increase the size of invalidated area in lv_img_set_zoom

    Becasue of the pivot placement there can be some rounding errors

commit dded9b383a325978f6a495e586a3c36edbd70ebd
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 28 12:37:26 2020 +0100

    fix(slider): fix left/right knob control with encoder

commit 3c55dfb672a4f5eb3c42576d13993f902ec5055c
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Fri Nov 27 12:17:15 2020 -0600

    CMakeLists.txt: Let the user configure whether LV_ATTRIBUTE_FAST_MEM is IRAM_ATTR (#1939)

commit 9797c555c01d1aa2de1de057973a1a4bbbd9599f
Merge: 87e26d49 4853eacf
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 27 11:15:08 2020 +0100

    fix conflits

commit 87e26d49973bee032d5832670310b5a20a75afc5
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 27 11:14:36 2020 +0100

    fix(table): add missing invalidation when changeing cell type

    fixes https://forum.lvgl.io/t/bug-of-table-click-to-change-style/3842

commit 6c62a8eeb5e6795fdd5b9a48c7b9ae4d7af98f7a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 27 09:48:34 2020 +0100

    fix(linemeter): fix invalidation when setting new value

    The old complex but more optimal invalidation was buggy in some cases

    fixes #1904

commit 4853eacfa43667459d09642be8949b44c530367c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 27 09:48:34 2020 +0100

    fix(linemeter): fix invalidation when setting new value

    The old complex but more optimal invalidation was buggy in some cases

    fixes #1904

commit 48a676f40427bd8ca7bacab0fb96c401d4a9ef83
Author: Andrey <spirit@spirit.re>
Date:   Fri Nov 27 03:12:21 2020 +0300

    Fix hardfault when DCache is disabled with no callback (#1935)

commit 2f6eaa516cc512d5c16c2dabc3768b7bbebe80d1
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 15:54:39 2020 +0100

    Update ROADMAP.md

commit 5e8581a3459d20018afdcc3a80c32b61ed9818b2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 15:30:50 2020 +0100

    fix(slider): do not let edit left knob in non-range mode

commit d6d5903be1880dbc1bc89c5e1e5bf616c6732b6a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 15:22:58 2020 +0100

    fix(anim): fix bounce path

commit 313f7f30a7bd90b32cde40ac2bf56b0cc392d74f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 15:22:09 2020 +0100

    fix(style): invalidate cache on every PART

    Inherited properties on parts other than MAIN  needs to be recached on property change beacuse they
    are inherted from MAIN

    fixes #1933

commit 89eca30da8e97c41f730629338775ba57bd6edd6
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 15:13:36 2020 +0100

    fix(draw polygon): fix memory leak and vertex joining

commit 819f01c930b6f272edf298f74ce3b9bc00090ee4
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 26 11:21:29 2020 +0100

    fix(draw polygon): join adjacent points if they are on the same coordinate

commit 8cd738eaa18125c496881197f34097c453c99ff4
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Wed Nov 25 12:22:11 2020 -0500

    Update CHANGELOG.md

commit d6dd6199f31e515a8cf93626bdb12abc5d2263c3
Author: incity <610455681@qq.com>
Date:   Thu Nov 26 01:21:22 2020 +0800

    Change LV_DRAW_BUF_MAX_NUM to LV_MEM_BUF_MAX_NUM (#1931)

commit 9d0335f38cbda1a3023b4041dadbc60b4a72f4a0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 25 11:35:12 2020 +0100

    fix(arc_draw): remove statments that do nothing

    fix #1930

commit 82fdfb34c0e2c1a4f970eaf506661a60e55f9347
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 25 10:12:58 2020 +0100

    fix(slider): adjusting the left knob too with encoder

    https://forum.lvgl.io/t/slider-with-2-knobs-and-encoder-functionality/3770

commit a2535fe6f1a7f12bce9cbb19215ad0d4c3e48d9b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 25 09:56:20 2020 +0100

    fix(arc): make arc work with encoder

    fixes https://forum.lvgl.io/t/lv-arc-with-encoder-lv-group/3769

commit fa49f35b14b4395617c42aa351cba846ed1cec8c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 25 09:47:35 2020 +0100

    fix(indev): in LV_INDEV_TYPE_BUTTON recognize 1 cycle long presses too

    Fixes https://forum.lvgl.io/t/bug-in-indev-button-proc-misses-buttons-that-are-pressed-for-a-single-callback/3699

commit bc369de6fa7086f68f968ac5bb43074ab1a80ceb
Author: xennex22 <25083624+xennex22@users.noreply.github.com>
Date:   Tue Nov 24 09:16:16 2020 -0800

    Removed trailing semi-colon from macros (#1928)

    * Removed commented out test definition

    Removed commented out test definition LV_BUILD_TEST

    * Remove blank line

    * Fix comment spelling

    * Added blank line

    * Removed trailing semi-colon in macros

commit 3d81bb40da3987b87ed838e4601a62cc9cd4653f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 24 15:27:42 2020 +0100

    fix: fix double include in lv_obj.c

    fix #1926

commit 5848aa59e591a49724c708165c57a46d4cdd557f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 23 14:06:27 2020 +0100

    Update CHANGELOG.md

commit 68300a5dece1df202654b3950a14a82314047d28
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 23 13:24:34 2020 +0100

    Update CHANGELOG.md

commit 07a95b5b33467eae6ae3c8f952c5f0ea698b66c5
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 23 13:11:39 2020 +0100

    fix(arabic): support Arabic letter connections in value string property

commit d90cbe92de839154199d1cc67171dd0d0d28ec78
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 23 13:02:28 2020 +0100

    fix(arabic): support Arabic letter connections

    fixes #1920

commit 45599c2c2ac3dfa792d0b30fca45162628584923
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Sun Nov 22 15:01:37 2020 -0500

    Fix #1924: incorrect date on changelog

    December 1st is two weeks from 7.7.2 release.

commit 85b3e8766f28a7ec87bf9017eca8fd97a89d510d
Merge: 07c63b8a 510bc7ca
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 21 23:53:15 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 07c63b8ad31bad0bf4a98787270c68a12bf5569c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 21 23:53:05 2020 +0100

    fix(textarea): support Arabic letter connections

    fixes #1888

commit 8361d89a55a9f8c5e78b802e594fc3168e7f2eaa
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 21 23:49:37 2020 +0100

    fix(arabic): support processing again alraedy processed texts with _lv_txt_ap_proc

commit 510bc7ca11d620bbcb4ae6c6ece171da728d3ef9
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Sat Nov 21 15:45:11 2020 -0500

    Update README.md

commit 440c79e40caf3388df90f19582dbb8495230feae
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Sat Nov 21 20:54:28 2020 +0100

    fix(indev): disabled object shouldn't absorb clicks but let the parent to be clicked

commit baa1f848b1bc74cb7533b99abc3bd3fcfabbe383
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 19 17:21:52 2020 +0100

    Update ROADMAP.md

commit 522e975a4eaccd897dae6fa058b6795ea9fbb7c6
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 19 11:49:00 2020 +0100

    fix(btnmatrix): fix seg. fault with arabic text processing

commit e511fe53c9542112e1cabbc46bbd675c362f33fb
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 18 13:52:01 2020 +0100

    Update ROADMAP.md

commit 4903bdb908a1a6f777dc95927626349845cce9a7
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 12:12:19 2020 +0100

    fix(btnmatrix): handle arabic texts in button matrices

commit 6b99545e50808827c624d50591936beeaa42ced8
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 12:02:22 2020 +0100

    fix(release): minor fixes in the release script

commit 70438d158d93b97ac1bb8a73afc4d14cfa1bc9d3
Merge: 94a25b86 52f52397
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 11:29:58 2020 +0100

    Merge branch 'master' into dev

commit 52f52397cb5de694c307737e9663049289ffd792
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 11:29:58 2020 +0100

    Release v7.7.2

commit 94a25b86a8b6148c4b71f1db383be683114b9741
Merge: 16567f57 39790246
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 11:15:14 2020 +0100

    fix confilcts

commit 3979024660adea31943b64cd51ed4f922176f4d2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 17 10:52:22 2020 +0100

    fix(spinbox): update cursor position in lv_spinbox_set_step

    fix #1907

commit 16567f5705abe5089a506039bf231f3c6f2462e0
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Mon Nov 16 05:49:48 2020 -0600

    Add Kconfig (#1875)

    * Kconfig: Add first revision of Kconfig.

    * Kconfig: Let the user edit LV_COLOR_TRANSP directly.

    * Kconfig: Define CONFIG_LV_CONF_SKIP.

    * Kconfig: Let the user edit LV_THEME_DEFAULT_COLOR_PRIMARY and LV_THEME_DEFAULT_COLOR_SECONDARY directly.

    * Kconfig: add LV_CONF_MINIMAL

    * Kconfig: Expose LV_CONF_MINIMAL option.

    * Kconfig: Fix LV_CONF_SKIP missing type.

    * Remove garbage files

    * lv_conf_kconfig: Fix wrong check for LV_THEME_DEFAULT_COLOR_PRIMARY and SECONDARY symbols.

    * Add Unscii 16 options.

    * Multiply LV_MEM_SIZE by 1024

    * Fix message on API compability options

    Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>

commit 0b79b1690fc6f810dc87c00f3ab0cf7c47471efb
Merge: d0185581 4f0beee0
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Nov 15 12:50:02 2020 +0000

    Merge 4f0beee01b720928d9cc8360a1e6c3a13630b6b1 into dev

commit 4f0beee01b720928d9cc8360a1e6c3a13630b6b1
Author: Tim Gates <tim.gates@iress.com>
Date:   Sun Nov 15 23:49:31 2020 +1100

    docs: fix simple typo, obejct -> object (#1900)

    There is a small typo in src/lv_core/lv_obj.c, src/lv_core/lv_obj.h.

    Should read `object` rather than `obejct`.

commit d018558134693517d9854832547c0268f69c9516
Merge: 0c6a627b 6060d4d1
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Nov 13 22:16:32 2020 +0000

    Merge 6060d4d1f6bf3530ae9f4b14d72ce13e3b8b9652 into dev

commit 6060d4d1f6bf3530ae9f4b14d72ce13e3b8b9652
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 13 23:15:24 2020 +0100

    fix(list): in lv_list remove clean last_sel_btn and act_sel_btn only if arelated button was deleted

    related to #1895

commit 0c6a627b92ea337cd2c1befb8a3c2bc17057cb85
Merge: e2f96b90 54883792
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Nov 13 15:29:55 2020 +0000

    Merge 54883792e1274f9694e5185aa1896e8477b17d25 into dev

commit 54883792e1274f9694e5185aa1896e8477b17d25
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 13 16:29:18 2020 +0100

    fix(list): fix compiler error if LV_USE_GROUP = 0

commit e2f96b90076cb82ed6d125397a0842936d2fbd86
Merge: 3e404b15 20fef93f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Nov 13 15:21:10 2020 +0000

    Merge 20fef93fea45b3dc80cce28478fed16ab9c603d2 into dev

commit 20fef93fea45b3dc80cce28478fed16ab9c603d2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 13 16:20:02 2020 +0100

    fix(list): fix removing list elements

    remove the button from last_sel_btn adn act_sel_btn
    related to #1895

commit 63dfe9e8e39d82ee9adad5aefe0c59a8e7832f8a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 13 16:18:34 2020 +0100

    fix(imgbtn): guess a the closest availabe state with valid src

commit 0ae70c027ba24b07a1a7aa55b392357b8acd9e0b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Nov 13 15:57:38 2020 +0100

    fix(anim): tune overshoth path

commit 3e404b1583e20e0248f5893d752e5bdd1e3914f5
Merge: 34635da1 43771fa2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Nov 11 12:22:27 2020 +0000

    Merge 43771fa2f71d5323ef9dffc1ff0aee326d59f5ce into dev

commit 43771fa2f71d5323ef9dffc1ff0aee326d59f5ce
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Nov 11 13:18:58 2020 +0100

    fix(theme_material): remove the bottom border from tabview header

    If the tabs were placed to the bottom the bottom border looked like gap on the bottom

    fix #1882

commit 34635da14c6764e07c4f0f1466c145fb7ed8c8e3
Merge: af27c167 b79d615a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Nov 11 11:30:19 2020 +0000

    Merge b79d615ae82a1b9fa1352bf2af83244fa673a018 into dev

commit b79d615ae82a1b9fa1352bf2af83244fa673a018
Author: iDalink <934367813@qq.com>
Date:   Wed Nov 11 19:29:51 2020 +0800

    look ahead chars when be in LV_LABEL_LONG_DOT (#1881)

    Co-authored-by: Dalink <Dalink@gitee.com>
    Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>

commit af27c1679374bf777d925d0a55bf6eea222b215a
Merge: 24340fa9 945f5900
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 10 21:07:35 2020 +0000

    Merge 945f5900d586d480c0c8cffd1a44253fe5b69091 into dev

commit 945f5900d586d480c0c8cffd1a44253fe5b69091
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 10 22:06:58 2020 +0100

    fix(arc): update knob position when bg_angle(s) changes

commit 24340fa927fe251c9d0f62e6d979264441c5222b
Merge: 08fcf03c a7c4fc41
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 10 21:00:26 2020 +0000

    Merge a7c4fc410ae45cdf7d83055821646cc7e51c4299 into dev

commit a7c4fc410ae45cdf7d83055821646cc7e51c4299
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 10 21:53:42 2020 +0100

    fix(arc): fix and improve arc dragging

    It was difficult to handle the pressed angle on the arc when it crossed the 360 degree boundery.
    The solution is to handle the angle relative to the bg_start_angle. This way no angle can be larger than 360.
    The other issue was the case when a smaller than min. or larger than max. angle was pressed.
    It is handled by introducing 'min_close' flag which stores which end is closer on the last valid press
    and prefer this end in uncleary situation.

commit 08fcf03c3f3d1e8bec37c9cee07afcc1bc6dedc0
Merge: 380df457 93138759
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Nov 10 16:26:09 2020 +0000

    Merge 93138759a956d9b86aa9f8cb97ba0ba2292d5468 into dev

commit 93138759a956d9b86aa9f8cb97ba0ba2292d5468
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 10 17:25:17 2020 +0100

    fix(btnmatrix): fix setting the same map with modified pointers

    fix #1889

commit 380df4578e5e8d2cae52978d1e358f3504266169
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 10 10:18:08 2020 +0100

    fix(lv_font_unscii_16) use relative include path to lvgl.h

commit 71619aa8f67ac06296e9b9948520f7301b26cfaf
Merge: 2afd887f a0758333
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 9 15:12:28 2020 +0000

    Merge a07583331e38579255ad4c2ad2abd89c4bfa3f24 into dev

commit a07583331e38579255ad4c2ad2abd89c4bfa3f24
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 9 16:11:48 2020 +0100

    docs(changelog): update changelog

commit 2afd887fdffa92782fbece2ea87a260585d325f1
Merge: fc5709d0 1bc1d278
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 9 15:11:28 2020 +0000

    Merge 1bc1d278eb7595181655e6e9754461718dc4b4e2 into dev

commit 1bc1d278eb7595181655e6e9754461718dc4b4e2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 9 16:10:46 2020 +0100

    fix(draw_triangle): fix polygon/triangle drawing when the order of points is counter-clockwise

commit fc5709d04cc6ed0f21e28ab97871ee9d0a13e4ff
Merge: 74efc2e7 b3c90968
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 9 12:13:49 2020 +0000

    Merge b3c909683062e0bac2f62ce51bd3fafd0dfcafb8 into dev

commit b3c909683062e0bac2f62ce51bd3fafd0dfcafb8
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 9 13:13:18 2020 +0100

    Use copy of va_list rather than original va_list in txt_set_text_vfmt (#1890)

    Fix issue #1886

    Co-authored-by: Wenting Zhang <zephray@outlook.com>

commit 74efc2e73e198cdb9c9a9e36654b389d88ef1ac1
Merge: 8a489b3a 85c5e786
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 9 09:30:43 2020 +0000

    Merge 85c5e786a4a41257d03a701828626ad77514b941 into dev

commit 85c5e786a4a41257d03a701828626ad77514b941
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 9 10:30:14 2020 +0100

    fix(library.json) set the version to the last release

    platform.io haven't recognized the last version
    https://forum.lvgl.io/t/platformio-repository-for-lvgl-not-updating/3607

commit 8a489b3a8e30d0e90cba85b1d77e5f5331cebf4c
Merge: 2d986871 b19fb862
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Nov 6 08:51:06 2020 +0000

    Merge b19fb8620f9d59d86580e380796f78d52b5a373f into dev

commit b19fb8620f9d59d86580e380796f78d52b5a373f
Author: Maureen Helm <maureen.helm@nxp.com>
Date:   Fri Nov 6 02:50:32 2020 -0600

    lv_font: Fix compiler warning when compressed fonts are disabled (#1880)

    Fixes a compiler warning in lv_font_fmt_txt.c when compressed fonts are
    disabled (LV_USE_FONT_COMPRESSED=0):

    /home/maureen/zephyrproject/modules/lib/gui/lvgl/src/lv_font/lv_font_fmt_txt.c:349:13: warning: 'decompress' defined but not used [-Wunused-function]
      349 | static void decompress(const uint8_t * in, uint8_t * out, lv_coord_t w, lv_coord_t h, uint8_t bpp, bool prefilter)
          |             ^~~~~~~~~~

    This was found after upgrading Zephyr to use LVGL v7.6.1, building with
    the Zephyr SDK 0.11.3 toolchain.

    Signed-off-by: Maureen Helm <maureen.helm@nxp.com>

commit 2d986871c9dd0cda6e61183dcc1ebf332dbf9eb3
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 5 12:42:20 2020 +0100

    fix(lv_conf_internal): re-generate to add LV_FONT_UNSCII_16

commit ef81e0fbc37e48fd0d89ed73b7b34d87ccff3373
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Nov 5 12:38:44 2020 +0100

    feat(font): add unscii-16 built-in font

    https://forum.lvgl.io/t/more-unscii-font-version/3433

commit b00628e77d59646b5f7addd19e947643737842ec
Merge: 112c894e d1107314
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 11:04:34 2020 +0100

    merge master

commit d110731409f9f9dd15a86ab007abfabd759c2872
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 11:03:26 2020 +0100

    add v7.7.2 to changelog

commit 92c75a6e8c5ab1c62f6ca337a2c9f0f4e5af15ac
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 11:02:14 2020 +0100

    minor release script fixes

commit 2f40ca37df46e5f34f70d4644d2966fdb29ed8ab
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 10:02:00 2020 +0100

    Update master version

commit 112c894e73f71af53b7c182788c9d7a04ee857ff
Merge: f42afb1c 5035c0c7
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 09:23:29 2020 +0100

    Merge branch 'master' into dev

commit 5035c0c7809d288d5b5d141a22b0bf9bf932cf1b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Nov 3 09:23:29 2020 +0100

    Release v7.7.1

commit f42afb1c52e4522a445239a4746d30903e355ace
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 16:12:24 2020 +0100

    Update lv_conf_kconfig.h

commit 4f9869fc7e06f35b3dad60480b19139fd419365e
Merge: 06ae6be9 f915b4cf
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 15:04:17 2020 +0000

    Merge f915b4cfb6273ef84f8221513fe95feb23a397f6 into dev

commit f915b4cfb6273ef84f8221513fe95feb23a397f6
Merge: b05aaaeb b62ddf8f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 16:03:37 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 06ae6be9d4bab33eeceffb3e0333d13661187fda
Merge: a85ed5b9 b62ddf8f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 15:03:22 2020 +0000

    Merge b62ddf8f64e436c9a6ec25d1b21c5dc1fbe7b30a into dev

commit b62ddf8f64e436c9a6ec25d1b21c5dc1fbe7b30a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 16:02:47 2020 +0100

    push test

commit b05aaaeb6b083374f7ec08845a264ddc716cce51
Merge: 47687fc2 929d9f7a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 15:55:10 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 47687fc25229cb00fb6f9494a1c28864b4a58f26
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 15:54:54 2020 +0100

    Update changelog

commit a85ed5b9497922fff0fe6c386f831cf1db89983a
Merge: 20d034c2 929d9f7a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 12:13:31 2020 +0000

    Merge 929d9f7a579c9af0588cc65161610503c07bdc84 into dev

commit 929d9f7a579c9af0588cc65161610503c07bdc84
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 13:13:01 2020 +0100

    Update release.yml

commit 20d034c2797a8c416d2df10b1eb465e8bab4fb47
Merge: 0931bb6c 23aec1e1
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 11:52:32 2020 +0000

    Merge 23aec1e1ce7ebc6a5202802921c9f2fdd3238273 into dev

commit 23aec1e1ce7ebc6a5202802921c9f2fdd3238273
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 12:52:03 2020 +0100

    Update release.yml

commit 0931bb6cae34c808e58c978ea96a09d7d320caa6
Merge: 380b59fd d487acd7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 11:51:39 2020 +0000

    Merge d487acd7cc7e67bb219ba76e9586b3611335cc9b into dev

commit d487acd7cc7e67bb219ba76e9586b3611335cc9b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 12:51:12 2020 +0100

    Create release.yml

commit 380b59fddd46cdff64b3671e8d9a7bf65b4e52cc
Merge: 16678b78 6d92d084
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Nov 2 11:24:52 2020 +0000

    Merge 6d92d084f78600885cf478a84b91fcc142944526 into dev

commit 6d92d084f78600885cf478a84b91fcc142944526
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Nov 2 12:24:12 2020 +0100

    group: fix in lv_group_remove_obj to handle deleting hidden obejcts correctly

commit 16678b78bc69b7018e3ebe4b17a3f331d0e0e0f6
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Mon Nov 2 04:10:33 2020 -0600

    lv_conf_kconfig: Update (#1870)

    * lv_conf_kconfig: Update

    * lv_conf_kconfig: Define CONFIG_LV_COLOR_TRANSP with lv_color_hex.

commit 8f14c31bc90948561a07b8ffb877bdae13172b24
Merge: 20f901f9 a2b4bbcd
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 29 22:05:58 2020 +0000

    Merge a2b4bbcd2a997a874ab924fa0dd31820964233ea into dev

commit a2b4bbcd2a997a874ab924fa0dd31820964233ea
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Oct 29 23:05:16 2020 +0100

    add missing #include <stdarg.h>

commit 20f901f9e3147ce4948aba358967bc98ecf42a99
Merge: b5ddf8d1 85c80148
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 28 10:18:12 2020 +0000

    Merge 85c80148804af2c0d8d7652100ad789292d29be8 into dev

commit 85c80148804af2c0d8d7652100ad789292d29be8
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 28 11:13:51 2020 +0100

    gauge: make the needle images to use the styles from LV_GAUGE_PART_PART

commit b5ddf8d19da997f0d399622d1e1d9f4932af1709
Merge: 6bae5c7a b3cca917
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 28 09:14:53 2020 +0000

    Merge b3cca917dfb1cd48c0f540e2aa84a1e7c4d4ebe9 into dev

commit b3cca917dfb1cd48c0f540e2aa84a1e7c4d4ebe9
Author: Ali Rostami <9710249+ali-rostami@users.noreply.github.com>
Date:   Wed Oct 28 12:44:18 2020 +0330

    create the fmt version of setting text for msgbox. (#1851)

    * create the fmt version of setting text for msgbox.

    * define _lv_txt_set_text_vfmt and change the body of lv_msgbox_set_text_fmt.

    * make lv_label_refr_text out of static.

    * fix a bug in _lv_txt_set_text_vfmt

commit 6bae5c7af58f10db695c143d04466d15d00734b9
Merge: 62247238 4dafa100
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 27 12:50:23 2020 +0000

    Merge 4dafa1001766f27f8d4fd0022c6de4b3e067c95f into dev

commit 4dafa1001766f27f8d4fd0022c6de4b3e067c95f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 27 13:49:47 2020 +0100

    fix messed up function introduced in 6e9714c5

commit 622472387c2c36b4113ef281413f14ad050956ac
Merge: 6e12abe0 6e9714c5
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 27 12:42:40 2020 +0000

    Merge 6e9714c5459d6889ec3e01b78d78783180d967a4 into dev

commit 6e9714c5459d6889ec3e01b78d78783180d967a4
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 27 13:42:01 2020 +0100

    respect btnmatrix's one_check in lv_btnmatrix_set_btn_ctrl
    Related to https://forum.lvgl.io/t/expand-lv-btnmatrix-set-one-check-to-allow-radio-button-functionality/2962

commit 6e12abe0158795e4f1102ffe5482dd32efac3fd8
Merge: f9da89d7 8788317b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 26 14:19:22 2020 +0000

    Merge 8788317bb122e65db760d23493407410d9fcd192 into dev

commit 8788317bb122e65db760d23493407410d9fcd192
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 26 15:18:41 2020 +0100

    chart: remove LV_CHART_SCATTER option which was only an accidental leftover

commit f9da89d77de0447ad8e5dde4e33c09c207f41aff
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Mon Oct 26 08:05:32 2020 -0600

    Add CMakeLists.txt (#1868)

commit def8e047af6810ecd8b968b966baf1564e580b9c
Author: Carlos Diaz <carlos.santiago.diaz@gmail.com>
Date:   Mon Oct 26 06:18:06 2020 -0600

    lv_conf_checker: Update lv_conf_checker so it is ESP-IDF aware. (#1864)

    * lv_conf_checker: Update lv_conf_checker so it is ESP-IDF aware.

    Include ESP-IDF headers and lv_conf_kconfig.h when using the ESP-IDF framework.
    Also remove the CONFIG_LV_CONF_SKIP as it is not generated by the Kconfig file.

    * lv_conf_checker: Always include lv_conf_kconfig.h.

    Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>

commit 6b59b1f7064755a7dcd62aa56ea54b5d81e4ea1c
Merge: ae0d498c cc921dae
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 26 11:46:26 2020 +0000

    Merge cc921dae1704a518b39db01676b95c618a66994b into dev

commit cc921dae1704a518b39db01676b95c618a66994b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 26 12:45:51 2020 +0100

    Fix infinite loop in lv_imgbtn
    Fixes: #1867

commit ae0d498cf63c383d37619b2168527b3c0b59cff2
Merge: 54a8a4ba 18ae2fe7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 26 11:40:55 2020 +0000

    Merge 18ae2fe7fbeb21b8a65cde515f2bd79750288b60 into dev

commit 18ae2fe7fbeb21b8a65cde515f2bd79750288b60
Merge: c19a4ad5 b3bfa3c5
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 26 12:40:15 2020 +0100

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit c19a4ad568fa016ae5f6312795f15c9c56a1d1a7
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 26 12:40:05 2020 +0100

    lv_conf_checker.py: add auto incude of lv_conf.h if available

commit 54a8a4ba33ccd2c51f8ad2595188b9deb5e92c9e
Merge: 9d7ba3fc b3bfa3c5
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 26 11:02:04 2020 +0000

    Merge b3bfa3c58b2934897aacebf48e806256186f8cb6 into dev

commit b3bfa3c58b2934897aacebf48e806256186f8cb6
Author: iDalink <934367813@qq.com>
Date:   Mon Oct 26 19:01:32 2020 +0800

    lv_label effect area clip line space (#1866)

    Co-authored-by: Dalink <Dalink@gitee.com>

commit 9d7ba3fcb11b1dc1b5e845b90bbff7b4e750b04a
Merge: 1a66a485 b44ddb5b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 26 08:14:38 2020 +0000

    Merge b44ddb5b6465be9900c43e09aa0c973a3143c1f7 into dev

commit b44ddb5b6465be9900c43e09aa0c973a3143c1f7
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 26 09:13:39 2020 +0100

    lv_gpu_nxp_pxp_osa.h include lv_conf_internal.h instead of lv_conf.h
    Related to #1860

commit 1a66a485f922969cf0d9ae1c54264926835c1d8c
Merge: bd59dafa d6c87cb7
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Oct 24 18:50:24 2020 +0000

    Merge d6c87cb753ba1eaa5708f9f86b32bde0e384a27c into dev

commit d6c87cb753ba1eaa5708f9f86b32bde0e384a27c
Author: Chris Mumford <cmumford@cmumford.com>
Date:   Sat Oct 24 11:49:55 2020 -0700

    Initialize lv_color_t::green_l when LV_COLOR_16_SWAP==1 (#1865)

commit bd59dafa42420dbe2e9bb38f6f6a6cc28c4b0b66
Merge: 120d579c 51a522c8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sat Oct 24 18:07:52 2020 +0000

    Merge 51a522c8d34fa2e552b648437411fee749bc3f0a into dev

commit 51a522c8d34fa2e552b648437411fee749bc3f0a
Author: Chris Mumford <cmumford@cmumford.com>
Date:   Sat Oct 24 11:07:19 2020 -0700

    Fixed a few dangling references to lv_conf_templ.h. (#1863)

commit 120d579c8851f4f5beb1219fedcd489d00684ff0
Merge: e6a4860d 200d3aa2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 22 11:57:58 2020 +0000

    Merge 200d3aa26dc3a255830d8c0050eb3d73aafdddf8 into dev

commit 200d3aa26dc3a255830d8c0050eb3d73aafdddf8
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Oct 22 13:57:25 2020 +0200

    fix build with out lv_conf.h
    Fixes: #1860

commit e6a4860d9619ec95c882f532b483783affb6229f
Merge: 232d6a55 c03160ab
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 22 11:55:51 2020 +0000

    Merge c03160abc2ca26805513d2e8c6f4b92e10a6a91a into dev

commit c03160abc2ca26805513d2e8c6f4b92e10a6a91a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Oct 22 13:55:12 2020 +0200

    add lv_conf_kvoncfig.h to handle special Kconfig options

commit 232d6a5530e109d7e58f8ef8784a3d96ebb7efc9
Merge: 63ea07c0 757df9eb
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 21 14:15:37 2020 +0200

    merge master

commit 757df9eb89a5ea182a99220513b66bc942ec673a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 21 14:10:24 2020 +0200

    Update version to 7.7.1-dev

commit 63ea07c0ab86a091f0ac6cffb4df86ce87bf7097
Merge: 9c78f868 aec831d2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 21 12:09:15 2020 +0000

    Merge aec831d2778a217172d5ef5125dc594320dcbe17 into dev

commit aec831d2778a217172d5ef5125dc594320dcbe17
Merge: d3cafedb 6fb4235c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 21 14:08:29 2020 +0200

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit d3cafedb652a50e7655ae6a3f359325f93fbd197
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 21 14:08:16 2020 +0200

    remove pycache files

commit 16a4023abfebd1c7f03ecca71734b847d666fa76
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 21 14:06:48 2020 +0200

    reorganize release script

commit 9c78f8688068b2d4d2fe93eb2c6153c4ccaee88b
Merge: 86273898 6fb4235c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 20 13:33:37 2020 +0200

    Merge branch 'master' into dev

commit 6fb4235c667750295716cb40cc061a29b03e11a8
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 20 13:32:57 2020 +0200

    prepare to release v7.7.0

commit 86273898373ef5b8434de07644f25943e8ab9ebe
Merge: 5e1b0813 64c68ec2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 20 11:28:56 2020 +0000

    Merge 64c68ec25b4e369b563ec8b9599121dfa0009a1b into dev

commit 64c68ec25b4e369b563ec8b9599121dfa0009a1b
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 20 13:27:14 2020 +0200

    release.py: add lv_sim_emscripten

commit 5e1b08131befe32f146e9d9c051ba1c67d254a7d
Merge: eb2ad01a 62a21e91
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 19 10:34:20 2020 +0000

    Merge 62a21e912c6cd626dfb914ef509ba702e5e07ff6 into dev

commit 62a21e912c6cd626dfb914ef509ba702e5e07ff6
Merge: df49f865 3d4284b0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 19 12:33:42 2020 +0200

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit df49f8656db86e5acd8ca040ad01fa1e5b36a021
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 19 12:33:34 2020 +0200

    fix image transformation
    Fixes: #1854

commit eb2ad01a8916f8637ec0ab448350f9b78c428008
Merge: 0dd1dc41 3d4284b0
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Sun Oct 18 16:33:09 2020 +0000

    Merge 3d4284b02cacc23129d7258bd074ce61a91670d5 into dev

commit 3d4284b02cacc23129d7258bd074ce61a91670d5
Author: Themba Dube <embeddedthemba@gmail.com>
Date:   Sun Oct 18 12:32:22 2020 -0400

    stm32: use DSB to ensure GPU clock gets enabled

commit 0dd1dc41bebf4fce2d52cb40409a39185311629f
Merge: 6f41624b 4ca5d4e8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 16 11:13:15 2020 +0000

    Merge 4ca5d4e86dc397d6c86ff1ddcf61f4fef85f812e into dev

commit 4ca5d4e86dc397d6c86ff1ddcf61f4fef85f812e
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 16 13:12:46 2020 +0200

    Update ROADMAP.md

commit 6f41624b1459fac105c65e4d376c7c8be958c359
Merge: dcaa2e03 55d78e1f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 16 11:06:54 2020 +0000

    Merge 55d78e1f927afc7337d9afe71da880f7dedb20ec into dev

commit 55d78e1f927afc7337d9afe71da880f7dedb20ec
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 16 13:06:21 2020 +0200

    Update ROADMAP.md

commit dcaa2e037fc38ace007deed48618c464a8fb61fa
Merge: e32b3bf1 cf8e40fc
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 16 09:28:14 2020 +0000

    Merge cf8e40fcbebf4bbcbc868885e4526d2b7826ce03 into dev

commit cf8e40fcbebf4bbcbc868885e4526d2b7826ce03
Merge: 8d9c0bd9 8c0ab944
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 16 11:27:35 2020 +0200

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 8d9c0bd9b2e526b7d8bce35b868c2d37612fb3f0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 16 11:27:24 2020 +0200

    fix define_set to check define name end too

commit e32b3bf13bc7717ad94787ecee2aa7b336f0d200
Merge: 77b4bd59 8c0ab944
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 15 13:22:29 2020 +0000

    Merge 8c0ab944af8d86d7f8273d4ea57064094c5b0edd into dev

commit 8c0ab944af8d86d7f8273d4ea57064094c5b0edd
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Oct 15 15:21:55 2020 +0200

    Update ROADMAP.md

commit 77b4bd597b52d023a568b7a0ec8ce3365dc1e6c8
Merge: 8a544509 79433dee
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 13 10:56:14 2020 +0000

    Merge 79433deeb8680fe9e72c9992e81d25c58a11a91d into dev

commit 79433deeb8680fe9e72c9992e81d25c58a11a91d
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 13 12:55:43 2020 +0200

    Update ROADMAP.md

commit 8a54450984924e277ba2da60a01090a89de1acc3
Merge: 5a946fc3 ddb4ae86
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 13 09:53:40 2020 +0000

    Merge ddb4ae8685c4bb6b0132d861e2f29f37b53c3330 into dev

commit ddb4ae8685c4bb6b0132d861e2f29f37b53c3330
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 13 11:53:03 2020 +0200

    fix lv_win_clean()

commit 5a946fc3f4afd0a54de6f69e36f363e55d78090a
Merge: 8cddd4bd 489f426b
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 12 13:49:28 2020 +0000

    Merge 489f426b27e0f1500a27e4d453346b261833bded into dev

commit 489f426b27e0f1500a27e4d453346b261833bded
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 15:48:43 2020 +0200

    fix rectangle border drawing with large width

commit 8cddd4bdab423142f14cc45b53879185871f5e42
Merge: 5347779e b1b233d2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 13:16:43 2020 +0200

    fix conflicts

commit b1b233d249aabb1a0437b3ca4cc6a89e464e8e14
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 13:15:48 2020 +0200

    fix warning

commit c4f8959e6506c932a6a32b4929569c05e09adafb
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 12:58:04 2020 +0200

    remove version control text
    Fixes #1846

commit 5347779e5066bd3f4fb51128d09dc1d50e872ec0
Merge: a81a8b8d 68629c72
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 12 10:44:29 2020 +0000

    Merge 68629c725abb2e5c9423990571c8d5f3830163be into dev

commit 68629c725abb2e5c9423990571c8d5f3830163be
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 12:43:51 2020 +0200

    add missing fonts
    fixes: #1845

commit a81a8b8d3e4212be3076f6ce36af26e7f219b5f8
Merge: 6d120b1f 20363b09
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 12 10:09:46 2020 +0000

    Merge 20363b09e6b00751a66fadb4ab0213ac414f1a00 into dev

commit 20363b09e6b00751a66fadb4ab0213ac414f1a00
Merge: 4d620d37 e1f222d0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 12:09:08 2020 +0200

    Merge branch 'master' of https://github.com/littlevgl/lvgl

commit 4d620d3771792c05a698648fb65f4b0f65992495
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 12:08:49 2020 +0200

    fix dropdown selection with RTL basedirection
    Related to: #1842

commit 6d120b1f7fde1585ed07ceb08637e30351ff9390
Merge: 5d0c00a2 6fcfe72d
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 11:55:22 2020 +0200

    Merge branch 'dev' of https://github.com/littlevgl/lvgl into dev

commit 5d0c00a201a2716f5cfadb28d33d6f09129993e5
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 11:54:54 2020 +0200

    update CHANGELOG

commit 9a029a178417c8e7d999e9f761b29990359969bf
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 12 11:51:29 2020 +0200

    make DMA2S non blovking

commit cb5ad1e9d308de285c3304497817049cd6d79648
Author: Sergei Kolotovchenkov <kolotovchenkov.sergei@gmail.com>
Date:   Fri Oct 9 16:11:34 2020 +0300

    Improve compatibility with C++14  (#1843)

commit 4d614e60ef0e73f148192f92f118a2b0c29f79a3
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 9 10:34:02 2020 +0200

    skip objects in groups if they are in disabled state

commit 6fcfe72df6f21d87cb42401000e7f328fe51fe31
Merge: de7cb0fa e1f222d0
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 9 13:12:06 2020 +0000

    Merge e1f222d04fdb14847853a976f5792516a26f0778 into dev

commit e1f222d04fdb14847853a976f5792516a26f0778
Author: Sergei Kolotovchenkov <kolotovchenkov.sergei@gmail.com>
Date:   Fri Oct 9 16:11:34 2020 +0300

    Improve compatibility with C++14  (#1843)

commit de7cb0fa71605409930c366fedeba8467e6c8b02
Merge: 0429c501 56c4cab2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Fri Oct 9 08:34:38 2020 +0000

    Merge 56c4cab22834274bc05acb0ae428b118eb1a026a into dev

commit 56c4cab22834274bc05acb0ae428b118eb1a026a
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Fri Oct 9 10:34:02 2020 +0200

    skip objects in groups if they are in disabled state

commit 0429c501b77a434ee321221dc54991c150e2abab
Merge: 8ec2030c 5d91c247
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 8 13:19:22 2020 +0000

    Merge 5d91c24723ae3a1a7646395c4d28e73a41360385 into dev

commit 5d91c24723ae3a1a7646395c4d28e73a41360385
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Thu Oct 8 15:18:08 2020 +0200

    support RTL in pretty layout (draw columns right to left)
    Related to #1833

commit 8ec2030cabab6429fd86468ff0917ae5aff300bd
Merge: 73c0bf64 6e48cde2
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Oct 8 12:31:00 2020 +0000

    Merge 6e48cde2f1a7bbc52d2119619870b8135d3d07b1 into dev

commit 6e48cde2f1a7bbc52d2119619870b8135d3d07b1
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Thu Oct 8 08:30:29 2020 -0400

    Fix #1837: remove last designated initializer in `lv_color.h`

commit 73c0bf64399ca37495ac8a66bac63ab2f5c0882d
Merge: 28c9cf0a 9ec4b614
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 18:18:09 2020 +0000

    Merge 9ec4b61417c819798ba476d58186cb66f2aa7276 into dev

commit 9ec4b61417c819798ba476d58186cb66f2aa7276
Author: robekras <robert.kraske@weihenstephan.org>
Date:   Wed Oct 7 20:17:38 2020 +0200

    Fix #1798: Use AHB3 enable register for STM32H7 (#1840)

commit 28c9cf0aa51c75df15a5a8feddd9d6243cfda548
Merge: 2b47542b 6c426aa8
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 12:03:39 2020 +0000

    Merge 6c426aa855fddf547bae3187b3dc4f641a218113 into dev

commit 6c426aa855fddf547bae3187b3dc4f641a218113
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 14:03:06 2020 +0200

    fix warnings

commit 2b47542bbd8336f64da2fee5a0aece2b7ad034c0
Merge: d9c75f61 c804fadf
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 11:55:43 2020 +0000

    Merge c804fadf40daea641ca8fce5a45e6bf3d088a40c into dev

commit c804fadf40daea641ca8fce5a45e6bf3d088a40c
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 13:55:06 2020 +0200

    remove the internal usage of LV_HOR/VER_RES_MAX

commit d9c75f61c536ec9c67ce3204b2bc07607be6164b
Merge: 0b5f414c 1ee9c13a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 11:49:04 2020 +0000

    Merge 1ee9c13a1de2169089bc425c17fbda32c230a242 into dev

commit 1ee9c13a1de2169089bc425c17fbda32c230a242
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 13:48:31 2020 +0200

    revert debug changes in material theme

commit 0b5f414ca8c9ad499aff53ccbb4500d4a762fa51
Merge: beda2773 0266244c
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 11:48:30 2020 +0000

    Merge 0266244c5812db8eb54873ab0c3c0ab169a514fb into dev

commit 0266244c5812db8eb54873ab0c3c0ab169a514fb
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 13:47:49 2020 +0200

    support RTL in table (draw columns right to left)
    Related to #1833

commit beda277316cac1547046a23413d65b95abd4c32c
Merge: 63c4b43a f1a198bd
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 10:45:39 2020 +0000

    Merge f1a198bd93cbe3e4eef4e959bb37474212c7807e into dev

commit f1a198bd93cbe3e4eef4e959bb37474212c7807e
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 12:44:54 2020 +0200

    fix imgbtn state change

commit 63c4b43a57780c5021fd9e4cbad9cd627595331f
Merge: ec616da1 1d50bc96
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Oct 7 10:23:59 2020 +0000

    Merge 1d50bc962d7b36ae10db02f138d2b5085be92839 into dev

commit 1d50bc962d7b36ae10db02f138d2b5085be92839
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Wed Oct 7 12:23:24 2020 +0200

    theme update to support text selection background
    Fixes #1820

commit ec616da1ac2d3bedf1e1d2cf3d60dfb12fe4d3ff
Merge: 6f312e34 fff3a00d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 6 09:32:55 2020 +0000

    Merge fff3a00de241493cb80b260bed18cd622e809644 into dev

commit fff3a00de241493cb80b260bed18cd622e809644
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 11:25:37 2020 +0200

    fix lv_disp_get_inactive_time if the disp==NULL
    Fixes #1836

commit 6f312e34e3d435efee4f801a3bd79bf2ce1f98cd
Merge: 3c9468a6 faf50714
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Tue Oct 6 09:24:17 2020 +0000

    Merge faf50714a12a93c981b02be7e139c3a26a0c89b2 into dev

commit faf50714a12a93c981b02be7e139c3a26a0c89b2
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 11:23:32 2020 +0200

    update release script

commit 3c9468a621939e53aec03cd4a8c513370ba236fe
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 09:54:32 2020 +0200

    Update dev version

commit e41bc288174e76b10cc61da19e230eafd7b6bfb5
Merge: 0de2cc9a 8b6bb637
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 09:33:59 2020 +0200

    Merge branch 'master' into dev

commit 8b6bb637956084ba2ae5a7aab44fa48bcf37b854
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 09:30:37 2020 +0200

    prepare to release v7.6.1

commit 0de2cc9a8e90d31efac61cdb12961684511f775a
Merge: bc626dc9 3d8a19a0
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 09:30:00 2020 +0200

    fix conflicts

commit 3d8a19a0ca83dff28fa34a54473f4e2baa13ee76
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 09:29:13 2020 +0200

    fix version number

commit bc626dc9d0352f3eb6bd907d49675afb4ac73190
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Tue Oct 6 08:59:07 2020 +0200

    update CHANGELOG

commit 38a942613564f0e09c3903bf0e7893f46efb42d8
Merge: 44709caf 6b24c949
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 5 18:46:45 2020 +0000

    Merge 6b24c949f1d904ccbcf730849e3f3aedafc5c94f into dev

commit 6b24c949f1d904ccbcf730849e3f3aedafc5c94f
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 5 20:45:58 2020 +0200

    fix lv_img offset usage
    Fixes: https://forum.lvgl.io/t/problem-with-lv-img-set-offset-y-in-ver-7/3330

commit 44709caf6f9fa625f6a5a84457cc7aed9c16ead1
Merge: b124f4d7 e557b0fb
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 5 12:31:49 2020 +0000

    Merge e557b0fbac9a198149d2cdc5919adbacd0799789 into dev

commit e557b0fbac9a198149d2cdc5919adbacd0799789
Author: embeddedt <42941056+embeddedt@users.noreply.github.com>
Date:   Mon Oct 5 08:31:20 2020 -0400

    Only check __STDC_VERSION__ if __cplusplus is not defined

commit b124f4d7e00be4bcdc4824a96f98e04347408d42
Merge: 4092c71a 3dabec4c
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 5 08:53:33 2020 +0000

    Merge 3dabec4caec98a6f4d0568d7fdd01fc2d43dc830 into dev

commit 3dabec4caec98a6f4d0568d7fdd01fc2d43dc830
Author: Amir Gonnen <amirgonnen@gmail.com>
Date:   Mon Oct 5 11:53:02 2020 +0300

    Run test on dev branch as well (#1835)

commit 4092c71a456c9a3886742f56f7c51072a0396278
Merge: 4c2c1dd8 78ecdd1f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Mon Oct 5 07:44:20 2020 +0000

    Merge 78ecdd1f1dea8f5de269d511ec0f7ab88b17aaff into dev

commit 78ecdd1f1dea8f5de269d511ec0f7ab88b17aaff
Author: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Date:   Mon Oct 5 09:43:52 2020 +0200

    Update ROADMAP.md

co…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants