Sine wave added

This commit is contained in:
Stanislav N Mikhailov
2024-12-27 20:23:15 +03:00
parent 046a2abd11
commit e68cfb732f
2 changed files with 25 additions and 10 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#include <stdio.h>
void fillBufer (uint16_t* buffer,uint16_t color);
unsigned short reverse(unsigned short x);
unsigned short reverse(unsigned short x);
void generate_sine_wave_points(int *points_x, int *points_y, size_t num_points, int amplitude, int frequency, int offset_x, int offset_y);