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