Skip to content

feat(main): implement main functionality #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 20, 2023

Conversation

finger563
Copy link
Contributor

Description

  • add gui component for managing the tabs and text/plot info
  • copied tt21100 component from esp-box-emu for touchscreen driver of ESP32-S3-BOX
  • added esp-protocols submodule for mDNS component
  • fleshed out main code to have udp server, display, gui, and button/touchscreen input which can be configured to work on ESP32-WROVER-KIT or ESP32-S3-BOX
  • Added some python test programs for discovering and/or sending data to the display over UDP
  • Added some files with example commands, logs, and data

Motivation and Context

Makes this repo do what it says on the tin.

How has this been tested?

  • Building and running on the ESP32-WROVER-KIT
  • Building and running on the ESP32-S3-BOX
  • Using the two python scripts with both of those

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

ESP32-WROVER-KIT

debug_display_kit_compressed.mp4

ESP32-S3-BOX

image
image
image

debug_display_box_compressed.mp4

Console Logs:

initial output
receiving more info

Python script:

python script

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

* add gui component for managing the tabs and text/plot info
* copied tt21100 component from esp-box-emu for touchscreen driver of ESP32-S3-BOX
* added esp-protocols submodule for mDNS component
* fleshed out main code to have udp server, display, gui, and button/touchscreen input which can be configured to work on ESP32-WROVER-KIT or ESP32-S3-BOX
* Added some python test programs for discovering and/or sending data to the display over UDP
* Added some files with example commands, logs, and data
@finger563 finger563 merged commit 0403d9b into main Sep 20, 2023
@finger563 finger563 deleted the feature/main-functionality branch September 20, 2023 21:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant