Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ void lv_buttonmatrix_set_map(lv_obj_t * obj, const char * map[])
if(map == NULL) return;

lv_buttonmatrix_t * btnm = (lv_buttonmatrix_t *)obj;

/*Analyze the map and create the required number of buttons*/
allocate_button_areas_and_controls(obj, map);
btnm->map_p = map;
Expand Down
2 changes: 1 addition & 1 deletion tulip/web/yacctab.py

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions www/run/amy-20260113131538.js

This file was deleted.

File renamed without changes.
2 changes: 2 additions & 0 deletions www/run/amy-20260205134209.js

Large diffs are not rendered by default.

Binary file not shown.
4 changes: 2 additions & 2 deletions www/run/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>

<!-- These filenames are replaced by the build system -->
<script src="tulipcc-20260113131538.mjs" type="module"></script>
<script type="text/javascript" id="amy_js_include" src="amy-20260113131538.js"></script>
<script src="tulipcc-20260205134209.mjs" type="module"></script>
<script type="text/javascript" id="amy_js_include" src="amy-20260205134209.js"></script>
<script type="text/javascript" src="examples.js"></script>
<script type="text/javascript" src="spss.js"></script>
</head>
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.