mirror of
https://github.com/stasenso/rp_pico_display_engine.git
synced 2026-06-26 21:32:41 +03:00
Sine wave added
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user