From 0190a62cfc2a2046eb40765b26235b36a2b4eb41 Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 17 Mar 2025 13:31:05 +0800 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a496dbf..1727f91 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ -# PicoCalc ā€“ Open-Source Graphing Calculator - -**PicoCalc** is an open-source graphing calculator powered by **Raspberry Pi RP2040**, designed and developed by **ClockworkPi**. It provides a versatile platform for learning, programming, and expanding functionality through hardware and software modifications. +# PicoCalc ā€“ A cost-effective MCU platform that lets you develop applications using your favorite programming languages. +- features an SPI screen, SD card slot, integrated onboard 8MB PSRAM, dual PWM speakers, 3.5mm phone jack and 18650 lithium battery charge & discharge management, providing the system with ultra-long battery life. ![picocalc](https://github.com/clockworkpi/PicoCalc/blob/master/wiki/PicoCalc.png) @@ -9,7 +8,7 @@ --- ## šŸ“Œ Features -- **RP2040-based** graphing calculator with open-source firmware. +- **RP2040-based** with open-source firmware. - **Expandable hardware** with SPI/IĀ²C/UART for external peripherals. - **Support for Micropython & C/C++ development** using the Raspberry Pi Pico SDK. - **Customizable keypad & UI**, allowing users to modify functionalities.