We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a97595 commit aff5d2aCopy full SHA for aff5d2a
src/CMakeLists.txt
@@ -3,12 +3,16 @@ cmake_minimum_required(VERSION 3.13)
3
4
# compile-time options
5
6
-set(PICO9918_VERSION "0.4.2")
+set(PICO9918_VERSION "0.4.3")
7
set(PICO9918_PCB_MAJOR_VER 0)
8
set(PICO9918_PCB_MINOR_VER 4)
9
10
set(PICO9918_SCANLINES 1)
11
12
+# SCART RGBs options
13
+set(PICO9918_SCART_RGBS 0) # 1 for RGBs, 0 for VGA
14
+set(PICO9918_SCART_PAL 0) # 1 for PAL 576i, 0 for NTSC 480i
15
+
16
# end compile-time options
17
18
src/res/splash.png
-1 Bytes
0 commit comments