Skip to content

Zynth9999/CYMS

Repository files navigation

CYMS - Cheap Yellow Menu System

CYMS Project started 19/10/2024 Written by Jan Dróżdż

Made with the CYD and Ease in mind

GitHub Repo stars GitHub forks GitHub followers Static Badge GitHub last commit GitHub contributors

CYMS display GIF

---

👀 Overview

CYMS (Cheap Yellow Menu System) is an open-source library tailored for creating highly customizable menu systems for a vast amount of boards (The name is a bit misleading). Designed with ease of use and performance in mind, CYMS allows developers to rapidly design intuitive, responsive UIs for embedded systems using the ESP32.

Built on top of the bb_spi_lcd driver, CYMS takes advantage of its low-level optimizations for fast and smooth rendering, while offering an easy-to-use API for crafting menu systems and widgets.

This library has all the features of bb_spi_lcd like:

  • Backbuffer operations for smoother UI.
  • Built-in touch support for enhanced interaction.
  • Support for displaying Windows format BMP files.

CYMS Widgets GIF


🔧 Features:

CYMS comes packed with features that make creating menus easy and fast.

  • Supports all boards that bb_spi_lcd supports

  • Easy to use API for menu creation

  • Styling widgets, a lot of ways to style your widgets

  • Widget library, Build interfaces using:

    • Buttons
    • Labels
    • Sliders
    • Counters
    • Linear graphs
  • Fast UI's leveraging bb_spi_lcd for high-speed rendering

  • Built-in 16x16 monochrome icons for:

    • Back arrow
    • Home
    • WiFi / No WiFi
    • Bluetooth / No Bluetooth
    • Reboot
  • Lightweight and modular design, allowing flexible inclusion widgets as needed

Stay tuned for future updates! 🎉


CYMS Widgets GIF


📥 Installation

Currently, CYMS is designed for use with Arduino IDE. Simply follow these steps to get started:

  1. Download the latest release from the GitHub releases page.
  2. In Arduino IDE, go to Sketch → Include Library → Add .ZIP Library....
  3. Select the downloaded .zip file and click Open.
  4. You are ready to start building menus with CYMS!

Note: PlatformIO support is coming soon! 🚀

CYMS Widgets GIF


🤝 Contributing

Contributions are welcome!

To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature.
  3. Make your changes and commit: git commit -m 'Add feature'.
  4. Push your changes: git push origin feature/your-feature.
  5. Open a pull request.

Check out the Wiki for guidelines on contributing code or improving the documentation.



💡 Some Information

For additional documentation and FAQs, visit the CYMS Wiki.

Feel free to submit issues if you encounter any bugs or need assistance.


📝 License

CYMS is licensed under the GNU Affero General Public License v3.0, ensuring it remains free and open for everyone to use and modify.


🙏 Acknowledgements

  • Thanks to Laurence Bank for his amazing bb_spi_lcd library on which this project is based on

📞 Contact

For any questions, suggestions, or issues, feel free to reach out via:

Stay connected for more updates and features! 🎉


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages