kbeckmann / PicoCart64

N64 development cart using a Raspberry Pi RP2040
BSD 2-Clause "Simplified" License
775 stars 44 forks source link

Created simple test 'Shell' #35

Closed khill25 closed 2 years ago

khill25 commented 2 years ago

Currently shows a dummy list of files. Screen will scroll when the user moves up and down the list. Indicators for more files above and below the currently visible items.

Future commit will add dynamic data read from an actual SD card.

kbeckmann commented 2 years ago

Thanks for the PR! I think it looks good, just a few small things to add.

kbeckmann commented 2 years ago

Ah, another thing. Please add (void) in the parameters for functions that don't take any arguments, and add static before all functions that are not supposed to be accessible from other files.