Marek Bel
							
						 | 
						
							
							
								676434111e
							
							Disable long press handler in modal dialogs (LCD update disabled).
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								05d3b7032d
							
							Update documentation.
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								a7fdfdd258
							
							Put repetitive code into separate function. No change in functionality.
						 | 
						7 years ago | 
					
				
					
						
							
								   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 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								90a10a692a
							
							Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately.
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ebfbf4ac3f
							
							Merge branch 'MK3' into MK3_dev
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								48f5da9cb8
							
							lcd_clicked fix
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								3b3d6ab472
							
							Merge branch 'MK3' into MK3_dev
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								c4281b0b36
							
							Status screen redesign - fix of flickering and text wraping on status screen
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								ac62117d6b
							
							Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								310751397c
							
							line endings + fixed declaration
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								2f17997622
							
							reset safety timer everytime lcd clicked
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								791b568339
							
							Fix compiler warnings: sketch/uart2.c:19:33: warning: unused parameter 'stream' [-Wunused-parameter]
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								453b199057
							
							Save 8B flash, fix compiler warning sketch/sound.cpp:62:6: warning: unused parameter 'eSoundClass' [-Wunused-parameter]
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								f6094a58f7
							
							Fix compiler warning sketch/lcd.cpp:160:6: warning: unused parameter 'cols' [-Wunused-parameter].
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								a85d5948c3
							
							Make function static, save 38B flash.
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								373b4a1ea9
							
							Fix compiler warnings sketch/lcd.cpp:59:18: warning: missing initializer for member '__file::unget' [-Wmissing-field-initializers]
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								e13e3a9dc4
							
							Merge remote-tracking branch 'prusa3d/MK3' into fix_compiler_warnings
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								79057f070b
							
							Fix compiler warning sketch/lcd.cpp:509:1: warning: label 'end' defined but not used [-Wunused-label].
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								43cc789602
							
							feedrate symbol changed back to double-arrow
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								77cc55ed76
							
							Merge pull request #951 from PavelSindler/use_timer
						 | 
						7 years ago | 
					
				
					
						
							
								   Martin Remiš
							
						 | 
						
							
							
								c7d7389e27
							
							PowerPanic & Sound
						 | 
						7 years ago | 
					
				
					
						
							
								   Marek Bel
							
						 | 
						
							
							
								7cfa3156c7
							
							Fix compiler warning arduino-1.6.9/hardware/tools/avr/avr/include/avr/delay.h:36:2: warning: #warning "This file has been moved to <util/delay.h>." [-Wcpp]
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								efd03b426f
							
							final edits to fit changes on upstream
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								565a6db3e4
							
							use timer class
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								5b6fb9e49b
							
							Use Timer class for button blanking. Save 74B FLASH and 1B RAM.
						 | 
						7 years ago | 
					
				
					
						
							
								   PavelSindler
							
						 | 
						
							
							
								5fd1acaf81
							
							Revert "PowerPanic"
						 | 
						7 years ago | 
					
				
					
						
							
								   MRprusa3d
							
						 | 
						
							
							
								bbec1ccfd4
							
							Add files via upload
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								b46953c790
							
							LCD menu optimalization - lcd_draw_edit removed
						 | 
						7 years ago | 
					
				
					
						
							
								   Robert Pelnar
							
						 | 
						
							
							
								2451455974
							
							LCD menu optimalization - initial lcd update fix
						 | 
						7 years ago |