You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SparkFun Qwiic OLED Arduino Library is a single graphics module that supports all SparkFun OLED boards based on the SSD1306 from Solomon Systech. Prior to this library, three different libraries were used to support our four different OLED boards.
6
-
7
-
The SparkFun Qwiic OLED Library delivers a common implementation for all our Qwiic OLED products, delivering a unified, fast, and efficient solution that implements a familiar and easy to understand user experience.
5
+
The SparkFun Qwiic TMF882X Arduino Library is a single module that supports all SparkFun TMF882X boards based on the TMF882X Time of Flight sensors from AMS.
8
6
9
7
### Key Features
10
-
* Implements common graphics capabilities: pixel, line, rectangle, filled rectangle, circle, filled circle, bitmap, text and raster operators (i.e. XOR).
11
-
*Smart data transfer to the device – only sends _dirty_ regions of the graphics buffer to the OLED device, not the entire buffer.
12
-
*High performance – 2x faster than our previous OLED library, often much higher.
13
-
*Efficient memory usage. No dynamic memory utilized. Static resources are loaded once, and only on explicit declaration.
14
-
*Implements a familiar interface, making migration from older libraries straight forward
8
+
*Implemented using the AMS provided TMF882X SDK.
9
+
*Uses a callback function design pattern to efficiently deliver the data results from the connected TMF882X device.
10
+
*Supports factor calibration of the sensor.
11
+
*Enables rapid use of the built in SPAD Map functionality of the device, as well as defining custom SPAD Maps to meet desired needs.
12
+
*Supports data collection based on data counts, timeout value or until a stop command is issues.
15
13
16
14
### Getting Started
17
15
18
-
The [Getting Started Page](software.md) outlines library installation and the general use of the qwiic OLED library.
19
-
20
-
Detailed examples are included as part of the library installation process and available in the Arduino IDE `File > Examples >` menu. A walk-thru of key examples is contained in the [Examples](sparkfun-qwiic-oled-arduino-library-examples/ex_01_hello/) section of this documentation set.
16
+
The [Getting Started Page](software.md) outlines library installation and the general use of the Qwiic TMF882X library.
21
17
18
+
Detailed examples are included as part of the library installation process and available in the Arduino IDE `File > Examples >` menu.
22
19
23
20
A full [API Reference](api_device.md) is also provided for the library.
24
21
25
22
### Supported Products
26
23
27
-
The SparkFun Qwiic OLED Arduino Library supports the following SparFun Products
24
+
The SparkFun Qwiic TMF882X Arduino Library supports the following SparFun Products
0 commit comments