bonezegei / Bonezegei_Utility

This Library contains several useful header files for bonezegei (Rectangles Class, Point Class)

Home Page:https://bonezegei.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonezegei_Utility

This Library contains several useful header files for bonezegei.

This paper presents Bonezegei Utility, an Arduino library that provides essential classes for using the Bonezegei Graphics Library. The Bonezegei Graphics Library is a lightweight and fast library for creating graphical user interfaces on Microcontroller devices. The Bonezegei Utility library contains Point, Rectangle, Display, Input, Bitmap and Font classes that are compatible with the Graphics Library and can be used to manipulate graphical elements, handle user input, load and display bitmap images and fonts, and manage the display buffer.

class:

  • Point class
  • Rect class
  • Bitmap class
  • Bonezegei_Display class
  • Bonezegei_Input class

Arrays:

  • Fonts (multiple array)
  • bitmap for bonezegei

Disclaimer

The code and libraries provided by Bonezegei is intended for informational and educational purposes only. Bonezegei does not own or manufacture the hardware associated with the code. The code is provided "as is" without any warranty, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall Bonezegei be liable for any claim, damages, or other liability arising from the use of the code or the hardware. Users are solely responsible for ensuring that their use of the code complies with all applicable laws and regulations.

Other Resources

P

#bonezegei

About

This Library contains several useful header files for bonezegei (Rectangles Class, Point Class)

https://bonezegei.com

License:GNU General Public License v3.0


Languages

Language:C 97.9%Language:C++ 2.1%