Skip to content

Commit

Permalink
fixed freeze under ESP-IDF
Browse files Browse the repository at this point in the history
  • Loading branch information
codewitch-honey-crisis committed Nov 29, 2024
1 parent 5372692 commit 8248e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/uix_screen.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ namespace uix {
}
}
// tell it we're flushing and run the callback
m_flushing=m_flushing+1;
m_flushing=1;
m_on_flush_callback((rect16)subrect,bmp.begin(),m_on_flush_callback_state);
// the above may return immediately before the
// transfer is complete. To take advantage of
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "htcw_uix",
"version": "1.1.0",
"version": "1.1.1",
"description": "A UI/UX library for embedded and IoT devices, for use with htcw_gfx",
"keywords": ["tft", "UX","UI","GUI","user-experience","user-interface", "graphics", "spi", "parallel", "i2c", "drawing", "jpg", "ttf", "font"],
"authors": {
Expand Down

0 comments on commit 8248e12

Please sign in to comment.