mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
7 lines
127 B
C
7 lines
127 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void pico_lcd_spi_init();
|
|
void pico_lcd_spi_transfer(const uint8_t *buffer, uint32_t size);
|