Advertisement
LeventeDaradici

bootlogo.h

Sep 14th, 2024 (edited)
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 394.77 KB | Source Code | 0 0
  1. #ifndef bootlogo_h
  2. #define bootlogo_h
  3.  
  4.  
  5. /*******************************************************************************
  6. * generated by lcd-image-converter rev.030b30d from 2019-03-17 01:38:34 +0500
  7. * image
  8. * filename: unsaved
  9. * name: bootlogo
  10. *
  11. * preset name: Color R5G6B5
  12. * data block size: 16 bit(s), uint16_t
  13. * RLE compression enabled: no
  14. * conversion type: Color, not_used not_used
  15. * split to rows: yes
  16. * bits per pixel: 16
  17. *
  18. * preprocess:
  19. *  main scan direction: top_to_bottom
  20. *  line scan direction: forward
  21. *  inverse: no
  22. *******************************************************************************/
  23.  
  24. #include <stdint.h>#endif
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement