add RLEVerticalExt (16 bit run length support)

This commit is contained in:
Crispy 2025-06-16 23:46:01 +02:00
parent 90f648e0b0
commit 62ee8a6efa
8 changed files with 77689 additions and 106875 deletions

View file

@ -4,7 +4,8 @@
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/../ch32v003fun/ch32v003fun"
"${workspaceFolder}/../ch32v003fun/ch32v003fun",
"${workspaceFolder}/../pico-sdk/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",