1. 首页
  2. 编程语言
  3. C++ 
  4. 1616LED点阵屏

1616LED点阵屏

上传者: 2019-03-14 04:26:29上传 ZIP文件 614.26KB 热度 37次
内附字模提取!!! 片段代码: #include #define uchar unsigned char #define uint unsigned int uchar code table[]= { 0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07, 0x08,0x09,0x0a,0x0b,0x0c,0x0d,0x0e,0x0f, }; uchar code row[][32]={ {0x80, 0x00, 0x40, 0x00, 0xf0, 0x7f, 0x2c, 0x00, 0x43, 0x10, 0x20, 0
用户评论