This commit is contained in:
2025-06-03 20:47:32 +02:00
parent 4af50e5aa6
commit 19ade556b6
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
#define COLOR_DEPTH 3
parameters global_params = EMPTY_PARAMS;
parameters global_params;
void generate_line(unsigned long y, char *data_buffer) {
memset(data_buffer, y, global_params.width * COLOR_DEPTH);