You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							7 lines
						
					
					
						
							306 B
						
					
					
				
			
		
		
	
	
							7 lines
						
					
					
						
							306 B
						
					
					
				| #define menu_cursor_mask_width 16
 | |
| #define menu_cursor_mask_height 16
 | |
| static char menu_cursor_mask_bits[] = {
 | |
| 	0xC0, 0xFF, 0xC8, 0xFF, 0xDF, 0xFF, 0xFF, 0xFF, 0xDF, 0xFF, 0xC8, 0xFF,
 | |
| 	0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF,
 | |
| 	0xC0, 0xFF, 0xC0, 0xFF, 0xC0, 0xFF, 0x00, 0x00 };
 |