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

demos: remove inconsistent readme #5626

Merged
merged 3 commits into from Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 0 additions & 48 deletions demos/benchmark/README.md

This file was deleted.

20 changes: 18 additions & 2 deletions demos/benchmark/lv_demo_benchmark.h
Expand Up @@ -29,9 +29,25 @@ extern "C" {
* GLOBAL PROTOTYPES
**********************/

/** Run all test scenes in the LVGL benchmark with a given mode
/**
* Run all benchmark scenes.
*
* On the summary end screen the values shall be interpreted according to the followings:
* - CPU usage:
* - If `LV_SYSMON_GET_IDLE` is not modified it's measured based on the time spent in
* `lv_timer_handler`.
* - If an (RT)OS is used `LV_SYSMON_GET_IDLE` can be changed to a custom function
* which returns the idle percentage of idle task.
*
* - FPS: LVGL attempted to render this many times in a second. It's limited based on `LV_DEF_REFR_PERIOD`
*
* - Render time: LVGL spent this much time with rendering only. It's not aware of task yielding,
* but simply the time difference between the start and end of the rendering is measured
*
* - Flush time: It's the sum of
* - the time spent in the `fluch_cb` and
* - the time spent with waiting for flush ready.
*/

void lv_demo_benchmark(void);

/**********************
Expand Down
Binary file modified demos/benchmark/screenshot1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified demos/benchmark/screenshot2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 0 additions & 13 deletions demos/multilang/README.md

This file was deleted.

48 changes: 0 additions & 48 deletions demos/render/README.md

This file was deleted.

Binary file removed demos/render/screenshot1.png
Binary file not shown.
Binary file removed demos/render/screenshot2.png
Binary file not shown.
13 changes: 0 additions & 13 deletions demos/transform/README.md

This file was deleted.