From c5803ddea68b9e24862dc04be27adfebd495ab2a Mon Sep 17 00:00:00 2001 From: andrum993 <137400510+andrum993@users.noreply.github.com> Date: Fri, 4 Sep 2026 11:46:57 +0100 Subject: [PATCH] README.md - clarify which Pis this doesn't work with The page currently says this code works on `everything but the Pi 5` - it also doesn't work on the CM5, Pi 500 and Pi 500+. Add the word `family` to make this a bit more accurate, to try to avoid any misunderstanding. --- splashasm/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/splashasm/README.md b/splashasm/README.md index 4105c18..6eab25b 100644 --- a/splashasm/README.md +++ b/splashasm/README.md @@ -2,7 +2,7 @@ ## Introduction -A toy language and binary format for describing SPI & I2C dumps, aimed at putting splash screens on SPI & I2C displays during vc4 boot on Raspberry Pis. This currently only supports non RP1 RPis, i.e. everything but the Pi 5. +A toy language and binary format for describing SPI & I2C dumps, aimed at putting splash screens on SPI & I2C displays during vc4 boot on Raspberry Pis. This currently only supports non RP1 RPis, i.e. everything but the Pi 5 family. ## Usage @@ -227,4 +227,4 @@ What are valid params for each instruction are better defined in the binary docs - You can have a maximum of 4 SPI defines - You can have a maximum of 10 I2C defines - The delays are blocking and therefore a long splash description will slow down a boot -- The only timing guarantee is that if you write a delay command, there will be a wait strictly greater than your delay command. This is not made for timing sensitive applications, there are further delays due to parsing \ No newline at end of file +- The only timing guarantee is that if you write a delay command, there will be a wait strictly greater than your delay command. This is not made for timing sensitive applications, there are further delays due to parsing