Skip to content

Commit

Permalink
Updated demos
Browse files Browse the repository at this point in the history
  • Loading branch information
StrahinjaJacimovic committed Dec 23, 2024
1 parent 17bdbec commit e6df981
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 19 deletions.
18 changes: 0 additions & 18 deletions demos/sdk/demolvglkeyboard/project/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,10 @@ else()
endif()
endif()

## TODO - temporary fix - remove later
has_enough_memory(ENOUGH_MEMORY RAM 131072 FLASH 524288)
if(${ENOUGH_MEMORY})
target_compile_definitions(demo_lvgl_keyboard PUBLIC
${tim_list}
IS_PD_SETUP=${IS_PD_SETUP}
TFT_WIDTH=${_MSDK_TFT_WIDTH_}
undef LV_LVGL_H_INCLUDE_SIMPLE
)
else()
target_compile_definitions(demo_lvgl_keyboard PUBLIC
${tim_list}
IS_PD_SETUP=${IS_PD_SETUP}
TFT_WIDTH=${_MSDK_TFT_WIDTH_}
)
endif()

target_compile_definitions(demo_lvgl_keyboard PUBLIC
${tim_list}
IS_PD_SETUP=${IS_PD_SETUP}
TFT_WIDTH=${_MSDK_TFT_WIDTH_}
${UNDEF_FIX}
)

target_include_directories(demo_lvgl_keyboard
Expand Down
5 changes: 5 additions & 0 deletions demos/sdk/demolvglkeyboard/project/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## Version 3.0.0

- Initial release
2 changes: 1 addition & 1 deletion demos/sdk/demolvglkeyboard/project/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"display_name": "LVGL Keyboard Demo",
"name": "mikroe.demo.sdk.lvgl.keyboard",
"type": "project",
"version": "3.0.1",
"version": "3.0.0",
"demo": true,
"link_github": "https://github.com/MikroElektronika/necto_demos/tree/main/demos/sdk/demolvglkeyboard/project"
}
5 changes: 5 additions & 0 deletions demos/sdk/demolvglwidget/project/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## Version 3.0.0

- Initial release

0 comments on commit e6df981

Please sign in to comment.