Skip to content

Commit 9b2303e

Browse files
author
Wegmann Peter
committed
old disp fixes
1 parent 78339d7 commit 9b2303e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

DispAdapter.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ void paint_send_stored_meas(uint8_t meas_in_Buffer, uint8_t max_Number, uint8_t
329329

330330
LCD_String("Sending Old",0,0);
331331
LCD_String("Datasets",0,1);
332-
LCD_String("Remaining:",0,2)
332+
LCD_String("Remaining:",0,2);
333333
}
334334

335335

@@ -623,7 +623,7 @@ void displayTemPreVol(void){
623623
}
624624
else
625625
{
626-
sprintf(print_temp,"NoI2C");
626+
sprintf(strBuff,"NoI2C");
627627
}
628628

629629

@@ -664,7 +664,7 @@ void displayTemPreVol(void){
664664

665665

666666
#ifndef FUNCTION_TRACE
667-
LCD_String("A:", 0, 0); // Value
667+
//LCD_String("A:", 0, 0); // Value
668668
#endif
669669

670670
LCD_String("V:", 0, 1); // Volume
@@ -773,7 +773,7 @@ void reset_display(uint8_t clear)
773773

774774

775775

776-
LCD_String("A:", 0, 0); // Value
776+
//LCD_String("A:", 0, 0); // Value
777777
LCD_String("V:", 0, 1); // Volume
778778
LCD_String("C:", 0, 2); // CorrVolume
779779
LCD_String("T:", 0, 3); // Temperature

DispAdapter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef struct {
6363
}InitScreenType;
6464

6565
extern EWindowOrientation Orientation;
66-
66+
extern char NetStat[3][6+1] ;
6767

6868

6969

avr-util-library

Submodule avr-util-library updated from c5db8be to 7123483

config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
//#define old_LCD
1616

1717

18-
#define FIRMWARE_VERSION 210 /**< @brief Software Version */
18+
#define FIRMWARE_VERSION 211 /**< @brief Software Version */
1919

2020
#define BRANCH_ID 2
2121

0 commit comments

Comments
 (0)