kopia lustrzana https://github.com/pimoroni/pimoroni-pico
				
				
				
			
		
			
				
	
	
		
			12 wiersze
		
	
	
		
			346 B
		
	
	
	
		
			CMake
		
	
	
			
		
		
	
	
			12 wiersze
		
	
	
		
			346 B
		
	
	
	
		
			CMake
		
	
	
| set(OUTPUT_NAME pico_display2_demo)
 | |
| 
 | |
| add_executable(
 | |
|   ${OUTPUT_NAME}
 | |
|   pico_display_2_demo.cpp
 | |
| )
 | |
| 
 | |
| # Pull in pico libraries that we need
 | |
| target_link_libraries(${OUTPUT_NAME} pico_stdlib hardware_spi hardware_pwm hardware_dma rgbled button pico_display_2 st7789 pico_graphics)
 | |
| 
 | |
| # create map/bin/hex file etc.
 | |
| pico_add_extra_outputs(${OUTPUT_NAME}) |