Search found 2 matches

by leonllr
Thu Dec 30, 2021 3:05 pm
Forum: Raspberry Pi microcontroller boards
Topic: Microsd reader "no sd card" error on feather RP2040
Replies: 0
Views: 12138

Microsd reader "no sd card" error on feather RP2040

Hey, I tried using a sd card on my adafruit feather RP2040 but it give me the error "OSError: no SD card" my code: import os from uos import mount from libs.ST7735 import TFT from libs.sysfont import sysfont from machine import SPI, Pin from utime import sleep_ms import gc import libs.sdcard as SDca...
by leonllr
Mon Dec 27, 2021 8:08 am
Forum: Drivers for External Components
Topic: 8-bit parallel TFT driver for micropython ?
Replies: 21
Views: 103168

8-bit parallel TFT driver for micropython

Hey, I need a driver for the same screen did you finished it ?