/hexcolor-converter

32-bit or 24-bit hex color converter for 16-bit RGB565 and RGB555

Primary LanguageCApache License 2.0Apache-2.0

Utility to convert hexadecimal color

32-bit or 24-bit hex color converter for 16-bit RGB565 and RGB555

Instructions

  • Compile with gcc main.c -o hexcolor
  • Run the command ./hexcolor <hex color>

Obs

  • Move the binary to /usr/bin/ to access it from anywhere on the system
  • Example sudo mv hexcolor /usr/bin