1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00
This commit is contained in:
bsongis 2014-07-02 21:38:05 +02:00
parent 81ed325830
commit e3866fda45
13 changed files with 93 additions and 23 deletions

View file

@ -1074,8 +1074,9 @@ void displayWarning(uint8_t event)
{
s_warning_result = false;
displayBox();
if (s_warning_info)
if (s_warning_info) {
lcd_putsnAtt(16, WARNING_LINE_Y+FH, s_warning_info, s_warning_info_len, WARNING_INFO_FLAGS);
}
lcd_puts(16, WARNING_LINE_Y+2*FH, s_warning_type == WARNING_TYPE_ASTERISK ? STR_EXIT : STR_POPUPS);
switch (event) {
#if defined(ROTARY_ENCODER_NAVIGATION)