Wilfried Chauveau
54116f50ce
Fix failed population of `PICO_EXTRAS_PATH` when fetched from git
...
When running cmake with
```
cmake -B build -DPICO_SDK_FETCH_FROM_GIT=y -DPICO_EXTRAS_FETCH_FROM_GIT=y
```
configuration fails because `PICO_EXTRAS_PATH` incorrectly points to
`build` rather than `build/_deps/pico_extras-src`.
2023-08-20 08:44:12 +01:00
Carl Drougge
b1294e8289
Fix the VGA-schematic image ( #20 ) ( #41 )
...
Several of the connections were wrong. The switched sync signals were
especially bad, as that means you get no picture at all.
2023-05-03 15:34:51 -05:00
Andrew Scheller
231cc03ac2
Fix link to VGA-schematic image ( #26 )
...
Seems like the GiHub Markdown renderer doesn't like spaces in filenames?
2023-02-10 09:24:16 -06:00
graham sanderson
9a106f8c95
minor scanvideo demo cleanup
2023-02-09 17:18:42 -06:00
graham sanderson
eb6658e820
pick up new version of pico_sdk_import.cmake - only really relevant to optimize git download of pico-sdk
2022-05-17 16:14:25 -05:00
graham sanderson
f0ce80c9d2
fix case of PICO_SCANVIDEO_48MHZ and fix test_pattern for lower bit depths
2022-05-17 16:03:20 -05:00
graham sanderson
e551a2d760
randomly speed up mandelbrot demo :-)
2021-10-26 18:49:09 -05:00
graham sanderson
fc0101ee19
add vga schematic
2021-10-22 16:26:43 -05:00
graham sanderson
f73101cb8b
remove net demo which duplicates tinyusb/net_lwip_webserver
2021-06-02 13:34:13 -05:00
graham sanderson
0d6cd685d0
add 1024x768 mode
2021-05-13 09:28:11 -05:00
graham sanderson
457c725c21
minor demo1 fixes
2021-05-05 12:02:35 -05:00
graham sanderson
7b53edc861
add font license
2021-04-01 10:51:32 -05:00
graham sanderson
0334a10858
minor fix to sprite_demo.c clocking; add some screenshots
2021-04-01 10:43:31 -05:00
Andrew Scheller
faca06dd1a
Use latest version of upstream pico_sdk_import.cmake ( #12 )
...
* Use latest version of upstream pico_sdk_import.cmake
* Use latest upstream pico_sdk_import.cmake
2021-03-08 11:57:25 -06:00
Maximilian Batz
e376ea8c13
Update README.md ( #13 )
...
removed double paragraph
2021-03-08 11:56:49 -06:00
graham sanderson
7078b4023a
sprite_demo: fix clocks
2021-02-26 21:20:53 -06:00
graham sanderson
c1390f40e7
popcorn: add converter
2021-02-26 21:16:04 -06:00
graham sanderson
2505c87284
add more popcorn instructions
2021-02-18 17:58:36 -06:00
graham sanderson
faaf6c2d7c
add movie link for popcorn
2021-02-18 17:52:16 -06:00
graham sanderson
9548702e1f
Add readme link for scanvideo
2021-02-15 19:35:39 -06:00
graham sanderson
ef3bdfab11
default scanvideo to support 125mhz system clock for 640x480 - also means better compatibility as 25Mhz is better than 24Mhz when compared to 25.175Mhz
2021-02-13 13:54:50 -06:00
graham sanderson
97ef906b00
add scanvideo/test_pattern
2021-02-06 18:53:06 -06:00
graham sanderson
b4130d01c3
Add standalone/static_sdk helper for figuring out compile/link args for external build including SDK code
2021-02-01 08:37:07 -06:00
Jeff Wang
d157b5cad2
README.md: small grammatical fix
2021-01-31 15:10:47 -06:00
Jeff Wang
e85a4a30c2
README.md: remove nearly duplicate paragraph
2021-01-31 15:10:47 -06:00
Peter N Lewis
6288b02e9a
Update hello_sleep.c
...
Comment should generally match the action.
2021-01-27 19:17:00 -06:00
graham sanderson
923fda3b0b
A little cleanup of extraneous stuff from popcorn; still needs cleanup/commenting
2021-01-27 19:16:15 -06:00
graham sanderson
56ce0213d8
Add README.md content that msised the squash
2021-01-27 19:15:56 -06:00
graham sanderson
9195b8e21a
Initial Release
2021-01-20 11:16:37 -06:00