ledmaxtrix: update hal files
This commit is contained in:
		
							parent
							
								
									c865c8996c
								
							
						
					
					
						commit
						526fc2900c
					
				| @ -24,8 +24,8 @@ | |||||||
| 
 | 
 | ||||||
| // LED Matrix display settings
 | // LED Matrix display settings
 | ||||||
| #define HAS_MATRIX_DISPLAY              1       // Uncomment to enable LED matrix display output
 | #define HAS_MATRIX_DISPLAY              1       // Uncomment to enable LED matrix display output
 | ||||||
| #define LED_MATRIX_WIDTH                64      // Width in pixels (LEDs) of your display
 | #define LED_MATRIX_WIDTH                (32*2)  // Width (cols) in pixels (LEDs) of your display, must be 32X
 | ||||||
| #define LED_MATRIX_HEIGHT               16      // Height in pixels (LEDs ) of your display
 | #define LED_MATRIX_HEIGHT               (16*1)  // Height (rows) in pixels (LEDs) of your display, must be 16X
 | ||||||
| 
 | 
 | ||||||
| // Explanation of pin signals see https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/new-wiring
 | // Explanation of pin signals see https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/new-wiring
 | ||||||
| #define MATRIX_DISPLAY_SCAN_US          500     // Matrix display scan rate in microseconds (1ms is about 'acceptable')
 | #define MATRIX_DISPLAY_SCAN_US          500     // Matrix display scan rate in microseconds (1ms is about 'acceptable')
 | ||||||
|  | |||||||
| @ -11,8 +11,8 @@ | |||||||
| 
 | 
 | ||||||
| // LED Matrix display settings
 | // LED Matrix display settings
 | ||||||
| #define HAS_MATRIX_DISPLAY              1       // Uncomment to enable LED matrix display output
 | #define HAS_MATRIX_DISPLAY              1       // Uncomment to enable LED matrix display output
 | ||||||
| #define LED_MATRIX_WIDTH                64      // Width in pixels (LEDs) of your display
 | #define LED_MATRIX_WIDTH                (32*2)  // Width (cols) in pixels (LEDs) of your display, must be 32X
 | ||||||
| #define LED_MATRIX_HEIGHT               16      // Height in pixels (LEDs ) of your display
 | #define LED_MATRIX_HEIGHT               (16*1)  // Height (rows) in pixels (LEDs) of your display, must be 16X
 | ||||||
| 
 | 
 | ||||||
| // Pin numbers work fine for Wemos Lolin32 board (all used pins are on 1 side of the board)
 | // Pin numbers work fine for Wemos Lolin32 board (all used pins are on 1 side of the board)
 | ||||||
| // Explanation of pin signals see https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/new-wiring
 | // Explanation of pin signals see https://learn.adafruit.com/32x16-32x32-rgb-led-matrix/new-wiring
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user