Skip to content

Releases: 4ngel2769/Coloria

Coloria v1.0.1

12 Jun 16:10
de19c1e
Compare
Choose a tag to compare

🎨 Coloria v1.0.1 Release Notes 🎈

🎉 What's New in Coloria 1.0.1?

We're happy to announce that with the release of Coloria v1.0.1, we're introducing example sketches!

✨ New Feature: Example Sketch

Now you can see Coloria in action right away. Whether you're a seasoned developer or just starting out, this sketch will help you get started with the full potential of text coloring and formatting with Coloria v1.0.1.

📚 What’s Inside?

  • Example Sketch: A ready-to-use sketch demonstrating the power of Coloria.
  • Improved Documentation: Updated docs to guide you through the new example and make your journey smoother.

🚀 How to Get Started?

  1. Update Your Library: Make sure you have the latest version of Coloria v1.0.1.
  2. Load the Example Sketch: Navigate to File > Examples > Coloria in your Arduino IDE.
  3. Upload and Enjoy: Upload the sketch to your Arduino board and watch the magic happen!

🌟 Thank You!

Thank you for using Coloria! We hope it makes your Arduino projects more colorful and easier to debug. Happy coding! 😊


Ready to add some color to your projects? 🌟 Download Coloria v1.0.1 now and start exploring the new example sketches!

Download Coloria v1.0.1


Happy coding, and may your projects be as bright as your imagination!😄

Coloria v1.0.0

12 Jun 13:28
Compare
Choose a tag to compare

Coloria v1.0.0

🎉 We are excited to announce the first release of Coloria, an Arduino library designed to simplify the task of printing beautifully colored and formatted text. With Coloria, you can easily add color and style to your serial output and logs, making debugging and monitoring more intuitive and visually appealing.

Features

🎨 ANSI Color and Formatting Support

  • Foreground/Background Colors: Black, Red, Green, Yellow, Blue, Magenta, Cyan, White
  • Bright Fg/Bg Colors: Bright Black, Bright Red, Bright Green, Bright Yellow, Bright Blue, Bright Magenta, Bright Cyan, Bright White

✨ Text Formatting

  • Bold: Coloria::BOLD
  • Dim: Coloria::DIM
  • Italic: Coloria::ITALIC
  • Underline: Coloria::UNDERLINE
  • Blink: Coloria::BLINK
  • Reverse: Coloria::REVERSE
  • Hidden: Coloria::HIDDEN
  • Strikethrough: Coloria::STRIKETHROUGH

🌈 HEX Color Code Support

  • Convert HEX color codes to ANSI escape sequences for custom foreground and background colors.

📝 Text Alignment

  • Left: Default alignment
  • Center: Center-align text
  • Right: Right-align text

📐 Preset Combinations

Easily apply common color and formatting combinations with predefined presets for quick and consistent styling.

  • Bold Red: Coloria::BOLD_RED
  • Underline Green: Coloria::UNDERLINE_GREEN
  • Bold Underline Blue: Coloria::BOLD_UNDERLINE_BLUE
  • All presets are listed in the documentation.

Getting Started

Installation

  1. Download the Library:

  2. Add the Library to Arduino IDE:

    • Open Arduino IDE.
    • Go to Sketch > Include Library > Add .ZIP Library....
    • Select the downloaded ZIP file.

Feedback and Contributions

We would love to hear your feedback and contributions to improve Coloria. Feel free to open issues or pull requests on our GitHub repository.


Changelog

Added

  • Initial release with support for ANSI colors, text formatting, HEX color codes, text alignment, and preset combinations.

Thank you for using Coloria! We hope it makes your Arduino projects more colorful and easier to debug. Happy coding! 😊