Alex Voinea
							
						 | 
						
							
							
								4c977cc335
							
							Merge branch 'MK3' into MK3_NEW_SD_COMPILATION
						 | 
						4 yıl önce | 
					
				
					
						
							
								   D.R.racer
							
						 | 
						
							
							
								783e4bbaf9
							
							Add lcd_putc_at (code down >150B), refactor lcd_selftest_screen_step
						 | 
						4 yıl önce | 
					
				
					
						
							
								   Alex Voinea
							
						 | 
						
							
							
								f35e553373
							
							Code cleanup
						 | 
						5 yıl önce | 
					
				
					
						
							
								   Alex Voinea
							
						 | 
						
							
							
								7028583e9b
							
							Merge branch 'MK3_ShellSort' into MK3_NEW_SD_COMPILATION
						 | 
						5 yıl önce | 
					
				
					
						
							
								   Alex Voinea
							
						 | 
						
							
							
								960f4a88ed
							
							Status bar, lcd optimization, compile warning fix
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Alex Voinea
							
						 | 
						
							
							
								b3a587f5a4
							
							SD first attempt. Broken
						 | 
						6 yıl önce | 
					
				
					
						
							
								   DRracer
							
						 | 
						
							
							
								f3c3526aa5
							
							fix the knob long-press causing hang in modal dialogs
						 | 
						6 yıl önce | 
					
				
					
						
							
								   leptun
							
						 | 
						
							
							
								2480bd90fc
							
							Revert lcd_putchar to type int and retrun 0
						 | 
						6 yıl önce | 
					
				
					
						
							
								   leptun
							
						 | 
						
							
							
								3ddb853bbd
							
							Fix shifted languages. Use \n and \x0a
						 | 
						6 yıl önce | 
					
				
					
						
							
								   leptun
							
						 | 
						
							
							
								121e60655a
							
							Fix lcd not initing after WDT reset
						 | 
						6 yıl önce | 
					
				
					
						
							
								   leptun
							
						 | 
						
							
							
								d8ecb2d0c9
							
							Fix status screen
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								0c660a6fb1
							
							Revert "Fix sketch/lcd.cpp:196:1: warning: no return statement in function returning non-void [-Wreturn-type]."
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								a54fd29fa4
							
							Fix sketch/lcd.cpp:196:1: warning: no return statement in function returning non-void [-Wreturn-type].
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								fecccf50e5
							
							Remove duplicate prototypes from ultralcd.h. Make functions unreferenced outside lcd.cpp static. Disable unused functions by preprocessor to suppress warnings.
						 | 
						6 yıl önce | 
					
				
					
						
							
								   leptun
							
						 | 
						
							
							
								8b1c687629
							
							Lcd optimization - 1K of flash saved
						 | 
						6 yıl önce | 
					
				
					
						
							
								   NotaRobotexe
							
						 | 
						
							
							
								bb980e2fca
							
							sound edit, delete mute mode, add blind mode
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								eea755496b
							
							Conditional translation for SYSTEM_TIMER_2 because we want to have posibility to switch between old/new implementation.
						 | 
						6 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								b4d4bfa667
							
							Do not declare extern class in .cpp file, include appropriate header.
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								95b0506284
							
							Make lcd_long_press_active private.
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								676434111e
							
							Disable long press handler in modal dialogs (LCD update disabled).
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								05d3b7032d
							
							Update documentation.
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								a7fdfdd258
							
							Put repetitive code into separate function. No change in functionality.
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								6ee97468ee
							
							Remove lcd_buttons_update() call from all other places than interrupt. There is no known reason, why lcd_buttons_update() should be called from multiple places and multiple contexts. Remove mutex, which is not needed anymore, and wasn't implemented properly anyway (Operation was not atomic.).
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								90a10a692a
							
							Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately.
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ebfbf4ac3f
							
							Merge branch 'MK3' into MK3_dev
						 | 
						7 yıl önce | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								48f5da9cb8
							
							lcd_clicked fix
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								3b3d6ab472
							
							Merge branch 'MK3' into MK3_dev
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								c4281b0b36
							
							Status screen redesign - fix of flickering and text wraping on status screen
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ac62117d6b
							
							Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
						 | 
						7 yıl önce | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								310751397c
							
							line endings + fixed declaration
						 | 
						7 yıl önce |