3 Star 25 Fork 18

Jun Peng/u8g2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
grayscale.txt 720 Bytes
一键复制 编辑 原始数据 按行查看 历史
olikraus 提交于 7年前 . update
Ideas for a grayscale library
Controller:
SSD132x 4 Bit, 16 Level
SSD1327 4 Bit, 16 Level Variant B/16H
SSD1327 4 Bit, 16 Level Variant B/16H
SSD1329 4 Bit, 16 Level Variant B/16H
UC1610 2 Bit, 4 Level Variant 4V
UC1611 4 Bit, 16 Level Variant A/16V
UC1617 2 Bit, 4 Level Variant 4H???
UC1638 2 Bit, 4 Level Variant 4V
ST75256 2 Bit, 4 Level Variant 4V
======================
Variant A:
Memory:
aaaabbbb
ccccdddd
aaaa: 0,0
bbbb: 0,1
cccc: 1, 0
dddd: 1,1
======================
Variant B:
Memory:
aaaabbbb
ccccdddd
aaaa: 0,0
bbbb: 1,0
cccc: 0, 1
dddd: 1,1
======================
Variant 4V:
Memory:
aabbccdd
eeffgghh
aa: 0,0
bb: 0,1
cc: 0,2
dd: 0,3
ee: 1,0
ff: 1,1
gg: 1,2
hh: 1,3
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/penjun71/u8g2.git
git@gitee.com:penjun71/u8g2.git
penjun71
u8g2
u8g2
master

搜索帮助