Imported from GitHub: jay94ks/simple-np · commit 35ed3cb · license MIT
Description
Simple Number Pad based on RP2040
README
Simple Number Pad

License
- This repository: MIT, partially GPL-v3 due to TFT library.
- TFT library: GPL-v3, ST7735_TFT_PICO
Video

Schematic
See hw/pdf/*.pdf files to read more details.
Features
- MCU: RP2040, 133MHz Dual core.
- 5 keys for user-defined functions.
- 17 keys for number pad.
TFTdisplay for calculator if noHIDattached.- 2 macro control keys,
RECORDandPLAY.
Plans for future features
- A flash memory to store user configurations? (currently, they're stored at
SRAMof MCU only, so, volatile) - I2C or SPI extension port?
- A little game that runs on the
TFTdisplay? - Anything else...
Firmware
Current planed features are implemented. Now, calculator mode will be implemented soon.
tinyusb RX callback.
Don't use 0.15.0 distribution that included on pico-sdk.
Update its branch to above version, then it works perfectly.
No comments yet. Be the first to ask about this board.