From 8be18f2998e1da5422e51e7dc537d71dae4602d4 Mon Sep 17 00:00:00 2001 From: James Hughes Date: Sun, 27 Nov 2022 00:17:05 +0000 Subject: [PATCH] Update README.adoc (#293) Fix up the List of files section. --- i2c/ssd1306_i2c/README.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/i2c/ssd1306_i2c/README.adoc b/i2c/ssd1306_i2c/README.adoc index cc10e40..7171d52 100644 --- a/i2c/ssd1306_i2c/README.adoc +++ b/i2c/ssd1306_i2c/README.adoc @@ -51,7 +51,11 @@ image::ssd1306_i2c_bb.png[] == List of Files CMakeLists.txt:: CMake file to incorporate the example into the examples build tree. -sd1306_i2c.c:: The example code. +ssd1306_i2c.c:: The example code. +ssd1306_font.h:: A simple font used in the example. +img_to_array.py:: A helper to convert an image file to an array that can be used in the example. +raspberry26x32.bmp:: Example image file of a Raspberry. +raspberry26x32.h:: The example image file converted to an C array. == Bill of Materials