Skip to content

Commit

Permalink
Merge pull request #623 from meshtastic/device-ui-update
Browse files Browse the repository at this point in the history
device-ui update: store calibration data, added enum Norwegian language translation
  • Loading branch information
thebentern authored Nov 18, 2024
2 parents af2fea1 + 6de64e1 commit 52688fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions meshtastic/device_ui.options
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*DeviceUIConfig.screen_brightness int_size:8
*DeviceUIConfig.screen_timeout int_size:16
*DeviceUIConfig.ring_tone_id int_size:8
*DeviceUIConfig.calibration_data max_size:16
*NodeFilter.node_name max_size:16
*NodeFilter.hops_away int_size:8
*NodeHighlight.node_name max_size:16
10 changes: 10 additions & 0 deletions meshtastic/device_ui.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ message DeviceUIConfig {
* Node list highlightening
*/
NodeHighlight node_highlight = 13;

/*
* 8 integers for screen calibration data
*/
bytes calibration_data = 14;
}


Expand Down Expand Up @@ -215,6 +220,11 @@ enum Language {
GREEK = 13;

/*
* Norwegian
*/
NORWEGIAN = 14;

/*
* Simplified Chinese (experimental)
*/
SIMPLIFIED_CHINESE = 30;
Expand Down

0 comments on commit 52688fd

Please sign in to comment.