Commit Graph

56 Commits

Author SHA1 Message Date
Brad Campbell efc761cfbb
mui: mark internal functions `static`
This fixes warnings like:

```
mui.c:303:5: warning: no previous prototype for 'mui_find_uif' [-Wmissing-prototypes]
  303 | int mui_find_uif(mui_t *ui, uint8_t id0, uint8_t id1)
      |     ^~~~~~~~~~~~
mui.c:463:8: warning: no previous prototype for 'mui_find_form' [-Wmissing-prototypes]
  463 | fds_t *mui_find_form(mui_t *ui, uint8_t n)
      |        ^~~~~~~~~~~~~
mui.c:490:9: warning: no previous prototype for 'mui_task_draw' [-Wmissing-prototypes]
  490 | uint8_t mui_task_draw(mui_t *ui)
      |         ^~~~~~~~~~~~~
mui.c:497:9: warning: no previous prototype for 'mui_task_form_start' [-Wmissing-prototypes]
  497 | uint8_t mui_task_form_start(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~
mui.c:503:9: warning: no previous prototype for 'mui_task_form_end' [-Wmissing-prototypes]
  503 | uint8_t mui_task_form_end(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~
mui.c:519:9: warning: no previous prototype for 'mui_task_find_prev_cursor_uif' [-Wmissing-prototypes]
  519 | uint8_t mui_task_find_prev_cursor_uif(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:534:9: warning: no previous prototype for 'mui_task_find_first_cursor_uif' [-Wmissing-prototypes]
  534 | uint8_t mui_task_find_first_cursor_uif(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:548:9: warning: no previous prototype for 'mui_task_find_last_cursor_uif' [-Wmissing-prototypes]
  548 | uint8_t mui_task_find_last_cursor_uif(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:559:9: warning: no previous prototype for 'mui_task_find_next_cursor_uif' [-Wmissing-prototypes]
  559 | uint8_t mui_task_find_next_cursor_uif(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:578:9: warning: no previous prototype for 'mui_task_get_current_cursor_focus_position' [-Wmissing-prototypes]
  578 | uint8_t mui_task_get_current_cursor_focus_position(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:590:9: warning: no previous prototype for 'mui_task_read_nth_selectable_field' [-Wmissing-prototypes]
  590 | uint8_t mui_task_read_nth_selectable_field(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:602:9: warning: no previous prototype for 'mui_task_find_execute_on_select_field' [-Wmissing-prototypes]
  602 | uint8_t mui_task_find_execute_on_select_field(mui_t *ui)
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mui.c:654:6: warning: no previous prototype for 'mui_next_field' [-Wmissing-prototypes]
  654 | void mui_next_field(mui_t *ui)
```
2024-04-02 00:32:07 -04:00
Shik 42b784392f
Update mui_u8g2.c
Fix MUI to use full display width
2023-08-09 21:47:56 +03:00
kraus 101fe59a0e issue #2200 2023-06-11 21:17:39 +02:00
kraus 9e39e9c9ab issue #2200 added NO_WRAP option 2023-06-11 12:15:54 +02:00
kraus 1f4c239165 issue #2196 2023-06-06 20:32:00 +02:00
kraus 73b3da0f14 issue #1747 serveral updates 2022-09-03 23:10:51 +02:00
kraus c3bba8716a 2.32.14 2022-04-03 19:36:21 +02:00
kraus 58a357d6f4 mui 2022-03-06 20:50:26 +01:00
kraus 0cca3ac8ff update 2022-01-09 19:53:04 +01:00
kraus 0729c1969a update 2022-01-08 18:18:25 +01:00
kraus f171070f25 issue #1683 2022-01-07 22:54:13 +01:00
kraus 3c08a57aa2 issue #1683 2022-01-07 22:51:44 +01:00
kraus 27bc978e7f update 2022-01-07 13:08:33 +01:00
kraus 0c0ed1a6f7 update 2022-01-06 12:01:42 +01:00
kraus b06d76f0f7 update 2022-01-06 10:30:50 +01:00
kraus 76c8b1e0e4 update 2022-01-06 00:05:50 +01:00
kraus 47e570c263 mui updates 2022-01-04 23:34:16 +01:00
kraus 76d3e5ab02 mui 2021-10-17 23:14:45 +02:00
kraus 3bec49cae8 update 2021-09-26 22:33:16 +02:00
kraus af8ba07b31 issue #1598 2021-09-26 19:05:09 +02:00
kraus ae3c8d4cc4 update 2021-09-26 15:32:45 +02:00
kraus aee6247168 MUI_DATA 2021-09-26 11:16:14 +02:00
kraus 1dc24f2b08 update 2021-09-25 22:59:59 +02:00
kraus 5143e411a4 update 2021-09-21 22:51:07 +02:00
kraus e149ea90e7 ref man pics 2021-09-21 22:43:01 +02:00
kraus d16b09fe20 update 2021-09-19 22:25:52 +02:00
kraus d6d18345b8 update 2021-09-19 20:36:41 +02:00
kraus 3571b53203 update 2021-09-19 15:58:55 +02:00
kraus 1180dd901b update 2021-09-12 23:43:19 +02:00
kraus 43ac03eae4 update 2021-09-12 17:05:54 +02:00
kraus 44860472e1 update 2021-09-12 10:15:14 +02:00
kraus 5ae82155e5 mui update 2021-09-11 22:19:37 +02:00
kraus 961e8929b0 mui cleanup 2021-09-11 18:06:59 +02:00
kraus 5821d5c226 MUIF u8 min max macro, old macros deleted 2021-09-11 16:15:26 +02:00
kraus 4f24b4ed28 MUIF u8 min max macro, old macros marked as obsolete 2021-09-11 16:11:56 +02:00
kraus 846e676e76 MUIF u8 min max macro 2021-09-11 16:10:24 +02:00
kraus e982b964bf update 2021-09-11 10:27:40 +02:00
kraus b324829481 update 2021-09-11 00:32:23 +02:00
kraus 8801f2ffe8 update 2021-09-10 12:16:41 +02:00
kraus 2889fe5787 size optimization 2021-09-06 23:51:26 +02:00
kraus 56c5bdfaac update 2021-09-05 17:41:50 +02:00
kraus 27a985c028 update 2021-09-05 12:26:24 +02:00
kraus b7bcc6b971 MUIF function name replacement 2021-09-05 11:20:52 +02:00
kraus 0b1082a971 update pre replace 2021-09-05 11:09:02 +02:00
kraus 701d276e54 update 2021-09-04 23:47:06 +02:00
kraus 5ff9ea97b5 update 2021-09-04 23:25:20 +02:00
kraus ebdd422299 count down example 2021-08-30 00:56:09 +02:00
kraus 6979324d07 mui progmem 2021-08-29 10:50:01 +02:00
kraus f804867436 mui updates 2021-08-28 20:06:39 +02:00
kraus 0ad6eecbba update 2021-08-28 18:10:17 +02:00