
Cheers, vout
Posted 18 July 2008 - 10:43

Posted 18 July 2008 - 13:55
Posted 18 July 2008 - 14:23
Posted 20 July 2008 - 22:34
;; number of LCD lines (supported: 2 for 2x* LCDs and 4 for 4x* LCDs) #define DEFAULT_LCD_LINES 4 ;; LCD line -> cursor offsets #define DEFAULT_LCD_LINE_Y0 0x40 #define DEFAULT_LCD_LINE_Y1 0x14 #define DEFAULT_LCD_LINE_Y2 0x00 #define DEFAULT_LCD_LINE_Y3 0x54 ;; 1: LCD cursor will be set to current parameter position (clashes with bar graph which is enabled with DEF AULT_LCD_LINES >= 4) ;; 0: disable this feature #define DEFAULT_LCD_PRINT_CURSOR 0
Posted 21 July 2008 - 00:16
Posted 22 July 2008 - 06:44
Posted 28 July 2008 - 11:55