Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mzndr authored Jul 4, 2018
1 parent 53a1cc6 commit 6f4e83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ int main()
rgb24_t coral = 0xFF7F50;
rgb24_t cadetBlue = 0x5F9EA0;

// Our color-array we want to save. Every value is a pixel in the BMP
// Top left pixel, will be the top left pixel in the BMP. In this example "crimson"
// Our color-array we want to save. Every value is a pixel in the BMP.
// The top left pixel, will be the top left pixel in the BMP. In this example "crimson"
// will be to the left, "magenta" to the right, "coral" to the top, in between, and
// "cadetBlue" at the bottom in between "crimson" and "magenta".
rgb24_t pixels[] = { crimson, coral, magenta,
Expand Down

0 comments on commit 6f4e83b

Please sign in to comment.