Skip to content

Commit

Permalink
fps graph
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Dec 10, 2021
1 parent e36cfe6 commit 4b729c7
Show file tree
Hide file tree
Showing 16 changed files with 35,299 additions and 35,155 deletions.
9 changes: 9 additions & 0 deletions modular-psu-firmware.eez-project
Original file line number Diff line number Diff line change
Expand Up @@ -54452,6 +54452,15 @@
"activeColor": "labels_and_colors_page_channel_color",
"activeBackgroundColor": "labels_and_colors_page_channel_color_text",
"padding": "0 5"
},
{
"name": "fps_graph",
"inheritFrom": "default",
"alwaysBuild": true,
"color": "#00ff1e",
"backgroundColor": "#000000",
"borderSize": "1",
"borderColor": "backdrop"
}
],
"fonts": [
Expand Down
4 changes: 4 additions & 0 deletions src/bb3/conf/eez/gui_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@

#define EEZ_CONF_COLOR_ID_BOOKMARK eez::gui::COLOR_ID_BOOKMARK
#define EEZ_CONF_COLOR_ID_BACKDROP eez::gui::COLOR_ID_BACKDROP

#define EEZ_CONF_GUI_CALC_FPS
#define EEZ_CONF_GUI_DRAW_FPS_GRAPH
#define EEZ_CONF_STYLE_ID_FPS_GRAPH STYLE_ID_FPS_GRAPH
30,929 changes: 15,466 additions & 15,463 deletions src/bb3/gui/document_simulator.cpp

Large diffs are not rendered by default.

Loading

0 comments on commit 4b729c7

Please sign in to comment.