diff --git a/README.md b/README.md index 700a64f..827bb1f 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ `c 0xffff` // clear display `d` // display the demo `t 0 0 Just some text` // write text in Hack to row 0 column 0 -`b 0 0 1` // write bitmap with index 0 (tiny Linus cat) to row 0 column 0 +`b 0 0 1` // write bitmap with index 1 (tiny Linus cat) to row 0 column 0 `p 0 0` // prepare to "stream" a 16-Bit (5/6/5) RGB BMP image to row 0 column 0 `cat Bali160x128.bmp > /dev/ttyUSB0` // upload a "fullscreen" BMP image