mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2024-12-21 22:17:52 +00:00
2.0.2014101502
This commit is contained in:
parent
1b7071191c
commit
22a4bc4feb
@ -270,7 +270,7 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CODE_VERSION "2.0.2014101501"
|
#define CODE_VERSION "2.0.2014101502"
|
||||||
|
|
||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
#include <EEPROM.h>
|
#include <EEPROM.h>
|
||||||
@ -6223,7 +6223,11 @@ void initialize_display(){
|
|||||||
lcd.setBacklight(I2C_LCD_COLOR);
|
lcd.setBacklight(I2C_LCD_COLOR);
|
||||||
#endif // FEATURE_ADAFRUIT_I2C_LCD
|
#endif // FEATURE_ADAFRUIT_I2C_LCD
|
||||||
|
|
||||||
if (LCD_ROWS == 4){start_row = 1;}
|
#ifdef OPTION_DISPLAY_VERSION_ON_STARTUP
|
||||||
|
if (LCD_ROWS == 4){start_row = 0;}
|
||||||
|
#else
|
||||||
|
if (LCD_ROWS == 4){start_row = 1;}
|
||||||
|
#endif
|
||||||
|
|
||||||
lcd.setCursor(((LCD_COLUMNS - 4) / 2), start_row);
|
lcd.setCursor(((LCD_COLUMNS - 4) / 2), start_row);
|
||||||
lcd.print("\x4B\x33\x4E\x47");
|
lcd.print("\x4B\x33\x4E\x47");
|
||||||
|
Loading…
Reference in New Issue
Block a user