32blit-sdk icon indicating copy to clipboard operation
32blit-sdk copied to clipboard

32blit SDK

Results 61 32blit-sdk issues
Sort by recently updated
recently updated
newest added

Just making this compile again...

I had it hang again, so fixed it. Instead of checking if we've reached the target, count how many pixels we should draw. I've verified that this is the same...

Because the library link is PUBLIC, when we have a new SDL2 with the targets defined, the include dirs also end up public. Change this in the fallback path for...

Instead of at 100Hz. Seems I broke this in #752... Only noticed because I hacked the video capture code back to life (again) and got a 2x slow video.

Split the API struct into a "const" and "data" part. This is a result of me not wanting to reserve 2K of RAM on pico. After this, all the function...

TileMaps being slow and a bit hard to use finally annoyed me enough... Requires https://github.com/32blit/32blit-tools/pull/105 for layer names. Adds a new `TiledMap`, which covers most of the functionality of `TileMap`...

I've been thinking about this a bit: - As far as I can tell, `decode_jpeg_buffer` has two users (the example and my video player demo), `decode_jpeg_file` has none - They're...

Error messages: ``` /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: CMakeFiles/firmware.dir/firmware.cpp.obj: in function `std::__new_allocator::allocate(unsigned int, void const*)': /usr/include/newlib/c++/12.2.1/bits/new_allocator.h:125: undefined reference to `std::__throw_bad_array_new_length()' /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld: CMakeFiles/firmware.dir/firmware.cpp.obj: in function `std::__new_allocator::allocate(unsigned int, void const*)': /usr/include/newlib/c++/12.2.1/bits/new_allocator.h:125: undefined reference to `std::__throw_bad_array_new_length()' /usr/lib/gcc/arm-none-eabi/12.2.1/../../../arm-none-eabi/bin/ld:...

This is an attempt to keep track of merging things from my giant "everything" branch (https://github.com/Daft-Freak/32blit-beta/tree/pico-all-the-board-configs) - [x] VGA board - [x] HID input (#769, needs testing) - [x] SD...

I picked up a Miyoo Mini Plus recently so I had something to distract me from all the Linux gpio tomfoolery. The few 32blit examples I've managed to port over...