100%
display-keyboard DisplayKeyboard view
Description

Imported from GitHub: jack-mumford/display-keyboard · commit dc22c9e · license MIT

Description

Code for keyboard display

README

Display Keyboard

This project is the hardware design and software for a USB keyboard with an integrated touch display.

Status

Hardware features:

The FeatherS2 conforms to the Adafruit Feather requirements, and allows for the possibility of replacing that MCU with another Feather with little (if any) PCB rework.

Hardware Design

Design is done in KiCad. Files are located in the pcb directory.

Software Requirements

Getting Code

git clone https://github.com/jack-mumford/display-keyboard.git
cd display-keyboard
./make submodules

Note: This project makes use of new features (USB) of the ESP32-S2 and requires ESP-IDF v4.3.

Building

Do this after opening a new terminal window:

. $HOME/esp/esp-idf/export.sh

Build and flash to the attached ESP32-S2 device as so:

./make flash

Configuration (GPIO pins, etc.) is stored in the sdkconfig.defaults file. This can be changed using menuconfig as so:

./make config
Comments
Sign in to comment

No comments yet. Be the first to ask about this board.