From 7161d8073acd8999e7226ead60d92487649e3c81 Mon Sep 17 00:00:00 2001 From: nebhead Date: Sat, 16 Dec 2023 15:46:39 -0800 Subject: [PATCH] Update 02-hardware.md Fix link to SSD1306 display. --- 02-hardware.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02-hardware.md b/02-hardware.md index 22f0fe3f..719d2786 100644 --- a/02-hardware.md +++ b/02-hardware.md @@ -32,8 +32,8 @@ The parts list and setup: PiFire doesn't require a display to be attached, but it is a nice addition to have. -* **SSD1306** - Standard 1" OLED display with I2C interface (64Hx128W). It's pretty tiny, but it does the job and it can be found very cheap if you are willing to order direct from China. This is what was used for the initial/default implementation on the PiFire project. - * [Amazon Link](https://www.amazon.com/UCTRONICS-SSD1306-Self-Luminous-Display-Raspberry/dp/B072Q2X2LL) +* **SSD1306** - Standard 1" OLED display with I2C interface (64Hx128W). It's pretty tiny, but it does the job and it can be found very cheap if you are willing to order direct from China. This is what was used for the initial/default implementation on the PiFire project. Make sure you get the all-white display and not the two-color (yellow/blue) display. Example linked below. + * [Amazon Link](https://www.amazon.com/Hosyond-Display-Self-Luminous-Compatible-Raspberry/dp/B09T6SJBV5/) * **ILI9341 Based Display** - Many versions of this display are available from different sources. I've built the ILI9341 support around the 240Hx320W SPI version of this. * [Amazon Link](https://www.amazon.com/Display-Module-240320-4-Wire-Screen/dp/B07KPD4DHD)