Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/calint/bam
toy game for ESP32-2432S028R a.k.a. cheap-yellow-display (cyd) using visual code with platformio on arduino platform
https://github.com/calint/bam
arduino-platform cheap-yellow-display cyd esp32 esp32-2432s028r game-engine game-engine-2d platformio
Last synced: 25 days ago
JSON representation
toy game for ESP32-2432S028R a.k.a. cheap-yellow-display (cyd) using visual code with platformio on arduino platform
- Host: GitHub
- URL: https://github.com/calint/bam
- Owner: calint
- Created: 2023-12-06T12:26:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-30T09:35:52.000Z (about 1 year ago)
- Last Synced: 2023-12-30T10:28:05.926Z (about 1 year ago)
- Topics: arduino-platform, cheap-yellow-display, cyd, esp32, esp32-2432s028r, game-engine, game-engine-2d, platformio
- Language: C++
- Homepage:
- Size: 8.37 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> :bell: continued in [https://github.com/calint/platformio-bam](https://github.com/calint/platformio-bam)
# ESP32-2432S028R
a.k.a. cheap-yellow-display (CYD)### about the device
* [community](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display)
* [purchased at](https://www.aliexpress.com/item/1005004502250619.html)
* [manufacturer](http://www.jczn1688.com/)### intention
* developing using arduino framework with visual code and platformio
* exploring the device by developing a toy game
* developing a platform-independent toy game engine featuring:
- smooth scrolling tile map
- sprites in layers with pixel precision on-screen collision detection
- intuitive definition of game objects and logic
- decent performance, ~30 frames per second on the device### development environment
* Visual Code 1.89.0
* PlatformIO 6.1.15
* Espressif 32 (6.6.0) > Espressif ESP32 Dev Module
* packages:
- framework-arduinoespressif32 @ 3.20014.231204 (2.0.14)
- tool-esptoolpy @ 1.40501.0 (4.5.1)
- toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5
* dependencies:
- SPI @ 2.0.0
- TFT_eSPI @ 2.5.43
- XPT2046_Touchscreen @ 1.4