Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

font.h (97B)


      1 #pragma once
      2 #ifndef FONT8x16_H
      3 #define FONT8x16_H
      4 
      5 extern unsigned char font8x16[][16];
      6 
      7 #endif