magnetic.rst neopixel.rst oled.rst repl.rst sound.rst touchpad.rst uart.rst Makefile conf.py demo.rst index.rst license.rst make.bat release.rst conf_common.py examples firmware .gitignore README.md Breadcrumbs mpython-docs /docs /zh_CN /tutorials /basics / oled.rst Latest commit tangli...
master luma.oled/CONTRIBUTING.rst Go to file 32 lines (29 sloc) 980 Bytes Raw Blame Contributing Pull requests (code changes / documentation / typos / feature requests / setup) are gladly accepted. If you are intending to introduce some large-scale changes, please get in touch first to...
void OLED_ShowChar(uint8_t Line, uint8_t Column, char Char) { uint8_t i; OLED_SetCursor((Line - 1) * 2, (Column - 1) * 8);//设置光标位置在上半部分 for (i = 0; i < 8; i++) { OLED_WriteData(OLED_F8x16[Char - ' '][i]);//显示上半部分内容 } OLED_SetCursor((Line...
IT之家 12 月 2 日消息,微星官网现已上线了 MPG 322URX QD-OLED“流光”显示器。该产品配备 DP 2.1 UHBR20 80Gbps 接口,外媒 VideoCardz 表示这是该品牌首款拥有“满速”DP 2.1 的显示器。 微星MPG 322URX QD-OLED 显示器搭载了一款 31.5 英寸的平面 QD-OLED 面板,分辨率达 4K 3840×2160,刷新率达 24...
首先,三星显示将于第二季度开始为三星电子的Galaxy Z Fold 6和Flip 6系列以及苹果的新款智能手机iPhone 16系列批量生产OLED面板。 Galaxy Z Fold 6和Flip 6是三星电子计划于7月10日在巴黎发布的新型可折叠智能手机。该作的发售时间比前作早了一个月左右,预计正式发售时间为 7 月 24 日。因此,三星显示也从第二...
三星Odyssey OLED G9 全球上市 揭開 OLED 電競新紀元 全球首款 DQHD OLED 顯示器霸氣登場 支援 AI 影像升頻技術與 0.03ms 極速反應時間(GtG) 讓玩家征戰遊戲世界更得心應手 三星電子宣布於全球發表奧德賽 Odyssey OLED G9 電競螢幕(G95SC 型號),該顯示器導入更勝一籌的 AI 影像升頻技術,以進化規格霸...
Python module to drive a SSD1306 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED - kjones200/luma.oled
Python module to drive a SSD1306 / SSD1309 / SSD1322 / SSD1325 / SSD1327 / SSD1331 / SSD1351 / SH1106 OLED - luma.oled/LICENSE.rst at master · rm-hull/luma.oled
Breadcrumbs luma.oled / CHANGES.rstTop File metadata and controls Preview Code Blame 136 lines (135 loc) · 12.7 KB Raw ChangeLogVersionDescriptionDate 2.3.2 Support for 96x96 color OLED (SSD1351) 2018/03/03 2.3.1 Changed version number to inside luma/oled/__init__.py 2017/11/23 ...
xwJohn/luma.oled forked fromrm-hull/luma.oled Watch0 Star0 Fork127 Code Pull requests Actions Projects Security Insights More master luma.oled/README.rst Go to file Copy path 114 lines (88 sloc)4.96 KB RawBlame luma.core|luma.docs|luma.emulator|luma.examples|luma.lcd|luma.led_matrix|luma...