* @file Adafruit_SSD1306.cpp * * @mainpage Arduino library for monochrome OLEDs based on SSD1306 drivers.* * @section intro_sec Introduction * * This is documentation for Adafruit's SSD1306 library for monochrome * OLED displays: http://www.adafruit.com/category/63_98 ...
Notifications Fork952 Star1.7k Files .github examples scripts .gitignore Adafruit_SSD1306.cpp Adafruit_SSD1306.h CMakeLists.txt README.md component.mk library.properties license.txt splash.h Latest commit Cannot retrieve latest commit at this time. ...
sudo pip3 install adafruit-circuitpython-displayio-ssd1306 To install in a virtual environment in your current project: mkdir project-name&&cdproject-name python3 -m venv .venvsource.venv/bin/activate pip3 install adafruit-circuitpython-displayio-ssd1306 ...
3. git clone https://github.com/adafruit/Adafruit_Python_SSD1306.git 安装完成后,运行例程查看效果: cd Adafruit_Python_SSD1306/examples/ python3 shapes.py 将shapes.py中的“disp = Adafruit_SSD1306_128_32(rst=RST)”修改为“disp = Adafruit_SSD1306_128_64(rst=RST)”,可以显示得更清晰,具体根据...
Adafruit-SSD1331-OLED-Driver-Library-for-Arduino for the 0.96" 16-bit Color OLED w/microSD Holder. Adafruit_SSD1306 for the Monochrome 128x64 and 128x32 OLEDs. And many others, except for some very early “retired” products. Remember, just search for the display driver type in the Ardui...
开发者ID:larsbo,项目名称:Adafruit_Python_SSD1306,代码行数:34,代码来源:SSD1306.py 示例12: __init__ ▲点赞 0▼ def__init__(self, **kwargs):""" :param int bus_id: the SMBus id (see Raspberry Pi documentation) :param kwargs: parameters transmitted to :py:class:`smbus.SMBus` ini...
Adafruit-SSD1331-OLED-Driver-Library-for-Arduino for the 0.96" 16-bit Color OLED w/microSD Holder. Adafruit_SSD1306 for the Monochrome 128x64 and 128x32 OLEDs. And many others, except for some very early “retired” products. Remember, just search for the display driver type in the Ardui...
circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ssd1306 --library_location . Sphinx documentation Sphinx is used to build the documentation based on rST files and comments in the code. First, install dependencies (feel free to reuse the virtual environment from above): python3 ...
That page is not useful at all for the SSD1306. It refers to using the TFT hardware library's setFont function to change the font. As far as I can tell there is no setFont function in the SSD1306 hardware library as provided here. I see no reference to it in the .cpp or the ....
Additional or incompatible font formats (see Prime Directive above). There are already two formats and the code is quite bloaty there as it is. This also creates liabilities for tools and documentation. What's there isn't perfect but it does the job. ...