decomposition

This commit is contained in:
Stanislav N Mikhailov
2025-01-02 00:12:20 +03:00
parent d556f818a5
commit e89eb58de4
14 changed files with 53 additions and 53 deletions
+5
View File
@@ -0,0 +1,5 @@
#ifndef SET_PIXEL_H
#define SET_PIXEL_H
#include <stdint.h>
void set_pixel(uint16_t x, uint16_t y, uint16_t color);
#endif