mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						b3d8d5671c
					
				@ -9,6 +9,7 @@
 | 
				
			|||||||
#include <math.h>
 | 
					#include <math.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static painter_image_handle_t reverb_logo;
 | 
					static painter_image_handle_t reverb_logo;
 | 
				
			||||||
 | 
					static painter_image_handle_t splash_image;
 | 
				
			||||||
static deferred_token         display_task_token;
 | 
					static deferred_token         display_task_token;
 | 
				
			||||||
static uint32_t               key_pressed_count = 0;
 | 
					static uint32_t               key_pressed_count = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -32,7 +33,6 @@ void display_init_kb(void) {
 | 
				
			|||||||
    if (!display_init_user()) {
 | 
					    if (!display_init_user()) {
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    painter_image_handle_t splash_image;
 | 
					 | 
				
			||||||
    splash_image = qp_load_image_mem(gfx_splash);
 | 
					    splash_image = qp_load_image_mem(gfx_splash);
 | 
				
			||||||
    reverb_logo  = qp_load_image_mem(gfx_reverb);
 | 
					    reverb_logo  = qp_load_image_mem(gfx_reverb);
 | 
				
			||||||
    qp_drawimage(reverb_display, 0, 0, splash_image);
 | 
					    qp_drawimage(reverb_display, 0, 0, splash_image);
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user