We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b3502e commit ef5915dCopy full SHA for ef5915d
CHANGELOG.md
@@ -1,3 +1,3 @@
1
-# v0.0.0
+# v1.0.0
2
3
-Initial
+- Everything is working
drivers/tv-software/tv-software.c
@@ -38,7 +38,7 @@ tv_out_mode_t tv_out_mode = {
38
.color_index = 1.0, //0-1
39
.cb_sync_PI_shift_lines = false,
40
.cb_sync_PI_shift_half_frame = true
41
-}
+};
42
43
//программы PIO
44
//программа видеовывода
0 commit comments