Files
rp_pico_test/SetPixel.h
T
Stanislav N Mikhailov e89eb58de4 decomposition
2025-01-02 00:12:20 +03:00

5 lines
122 B
C

#ifndef SET_PIXEL_H
#define SET_PIXEL_H
#include <stdint.h>
void set_pixel(uint16_t x, uint16_t y, uint16_t color);
#endif