first commit
authorEduardo <[email protected]>
Sun, 10 Dec 2023 13:39:45 +0000 (14:39 +0100)
committerEduardo <[email protected]>
Sun, 10 Dec 2023 13:39:45 +0000 (14:39 +0100)
commit16138d54b7ffed626ce9fd8ba8d988e3ade779fb
treea72dc3ec15614a4caed2178931f1902251326115
parentc6ad680e1f1360a6006629f27a5889dbaeab46b8
first commit
70 files changed:
.micropico [new file with mode: 0644]
.vscode/Pico-W-Stub [new symlink]
.vscode/extensions.json [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
ili9341/LICENSE [new file with mode: 0644]
ili9341/README.md [new file with mode: 0644]
ili9341/demo_bouncing_boxes.py [new file with mode: 0644]
ili9341/demo_circuitpython.py [new file with mode: 0644]
ili9341/demo_clear.py [new file with mode: 0644]
ili9341/demo_color_palette.py [new file with mode: 0644]
ili9341/demo_color_wheel.py [new file with mode: 0644]
ili9341/demo_colored_squares.py [new file with mode: 0644]
ili9341/demo_fonts.py [new file with mode: 0644]
ili9341/demo_fonts8x8.py [new file with mode: 0644]
ili9341/demo_fonts_rotated.py [new file with mode: 0644]
ili9341/demo_images.py [new file with mode: 0644]
ili9341/demo_orientation.py [new file with mode: 0644]
ili9341/demo_scrolling_marquee.py [new file with mode: 0644]
ili9341/demo_shapes.py [new file with mode: 0644]
ili9341/demo_sprite.py [new file with mode: 0644]
ili9341/demo_touch.py [new file with mode: 0644]
ili9341/fonts/ArcadePix9x11.c [new file with mode: 0644]
ili9341/fonts/Bally5x8.c [new file with mode: 0644]
ili9341/fonts/Bally7x9.c [new file with mode: 0644]
ili9341/fonts/Broadway17x15.c [new file with mode: 0644]
ili9341/fonts/Dejavu24x43.c [new file with mode: 0644]
ili9341/fonts/EspressoDolce18x24.c [new file with mode: 0644]
ili9341/fonts/FixedFont5x8.c [new file with mode: 0644]
ili9341/fonts/IBMPlexMono12x24.c [new file with mode: 0644]
ili9341/fonts/Neato5x7.c [new file with mode: 0644]
ili9341/fonts/NeatoReduced5x7.c [new file with mode: 0644]
ili9341/fonts/Robotron13x21.c [new file with mode: 0644]
ili9341/fonts/Robotron7x11.c [new file with mode: 0644]
ili9341/fonts/UbuntuMono12x24.c [new file with mode: 0644]
ili9341/fonts/Unispace12x24.c [new file with mode: 0644]
ili9341/fonts/UnispaceExt12x24.c [new file with mode: 0644]
ili9341/fonts/Wendy7x8.c [new file with mode: 0644]
ili9341/ili9341.py [new file with mode: 0644]
ili9341/images/MicroPython128x128.raw [new file with mode: 0644]
ili9341/images/Python41x49.raw [new file with mode: 0644]
ili9341/images/RaspberryPiWB128x128.raw [new file with mode: 0644]
ili9341/images/Rototron128x26.raw [new file with mode: 0644]
ili9341/images/Tabby128x128.raw [new file with mode: 0644]
ili9341/images/Tortie128x128.raw [new file with mode: 0644]
ili9341/images/blinka45x48.raw [new file with mode: 0644]
ili9341/images/kb0.raw [new file with mode: 0644]
ili9341/images/kb1.raw [new file with mode: 0644]
ili9341/images/kb2.raw [new file with mode: 0644]
ili9341/images/kb3.raw [new file with mode: 0644]
ili9341/images/kb_sprite_320x768.raw [new file with mode: 0644]
ili9341/images/keyboard_blank.png [new file with mode: 0644]
ili9341/images/kururin_anim/kururin1.raw [new file with mode: 0644]
ili9341/images/kururin_anim/kururin2.raw [new file with mode: 0644]
ili9341/images/kururin_anim/kururin3.raw [new file with mode: 0644]
ili9341/images/kururin_anim/kururin4.raw [new file with mode: 0644]
ili9341/images/kururin_anim/kururin5.raw [new file with mode: 0644]
ili9341/images/kururin_anim/kururin6.raw [new file with mode: 0644]
ili9341/pwn_search.py [new file with mode: 0644]
ili9341/touch_keyboard.py [new file with mode: 0644]
ili9341/urequests2.py [new file with mode: 0644]
ili9341/utils/fontedit2glcd.py [new file with mode: 0644]
ili9341/utils/img2rgb565.py [new file with mode: 0644]
ili9341/xglcd_font.py [new file with mode: 0644]
ili9341/xpt2046.py [new file with mode: 0644]
images/kururin1-2.raw [new file with mode: 0644]
libs/ili9341.py [new file with mode: 0644]
libs/neopixel.py [new file with mode: 0644]
libs/sdcard.py [new file with mode: 0644]
main.py [new file with mode: 0644]
utils.py [new file with mode: 0644]