img_3x5_0.c 138 B

1234567891011
  1. // ######
  2. // ##..##
  3. // ##..##
  4. // ##..##
  5. // ######
  6. #include "images.h"
  7. const image_t img_3x5_0 = { 3, 5, false, 2, 0, {
  8. 0xF6, 0xDE
  9. }};