-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hello,
Congrats for the project!!
I try to build it for Pico V2 and i successful done it and have VGA image.
Instructions:
in firmware/src/Pico.cpp line 61:
std::cerr << "clk_rtc = " << frequency_count_khz(CLOCKS_FC0_SRC_VALUE_CLK_RTC)
to
std::cerr << "clk_rtc = " << frequency_count_khz(CLOCKS_FC0_SRC_VALUE_CLK_ADC)
build it:
make -DCMAKE_BUILD_TYPE=Release -DPICO_PLATFORM=rp2350-arm-s -DPICO_FREQ=270000 -DPICO_SDK_PATH= ../src/
make
My goal is use it to convert jamma arcade machine, that use 15khz but use csync not vsync & hsync.
I will need LM1881 IC to split it.
Regards
Metadata
Metadata
Assignees
Labels
No labels