paulobazooka / hexcolor-converter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:C 100.0%