kopia lustrzana https://github.com/pimoroni/pimoroni-pico
				
				
				
			
		
			
	
	
		
			11 wiersze
		
	
	
		
			253 B
		
	
	
	
		
			CMake
		
	
	
		
		
			
		
	
	
			11 wiersze
		
	
	
		
			253 B
		
	
	
	
		
			CMake
		
	
	
|   | add_executable( | ||
|  |   display
 | ||
|  |   demo.cpp
 | ||
|  |   image_data.cpp
 | ||
|  | )
 | ||
|  | 
 | ||
|  | # Pull in pico libraries that we need
 | ||
|   | target_link_libraries(display pico_stdlib hardware_spi hardware_pwm hardware_dma pico_display)
 | ||
|   | 
 | ||
|  | # create map/bin/hex file etc.
 | ||
|   | pico_add_extra_outputs(display)
 |