Skip to content

a toy game for trying out devices and compare performances of ESP32-2432S028R and JC4827W543R

Notifications You must be signed in to change notification settings

calint/arduino-bam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

arduino-bam

a toy game for trying out devices and compare performances

Arduino IDE 2.3.2

  • git clone this repository
  • Preferences
    • Sketchbook location: directory of cloned repository
    • Additional boards manager URLs: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
  • select board for device:
    • ESP32-2432S028R: ESP32 Dev Module
    • JC4827W543R: ESP32S3 Dev Module

howto

  • bam/devices.hpp contains a list of tested devices
  • uncomment the include for your device and comment out the rest
  • if your device is not there then create a new one by:
    • creating an include file in bam/devices/ based on an existing one
    • adding the file as an include in bam/devices.hpp
  • supports resistive touch screens using library/XPT2046_Touchscreen
  • supports a wide array of displays and buses using library/Arduino_GFX
    • buses ESP32SPI, E32SPIDMA and ESP32QSPI support asynchronous DMA transfers for increased performance

About

a toy game for trying out devices and compare performances of ESP32-2432S028R and JC4827W543R

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published