diff --git a/writer/WRITER.md b/writer/WRITER.md index 83d7e96..1ef6ab2 100644 --- a/writer/WRITER.md +++ b/writer/WRITER.md @@ -373,7 +373,7 @@ ssd = SSD(spi, cs, dc, rst) # Define a few colors BLACK = CWriter.create_color(ssd, 0, 0, 0, 0) GREEN = CWriter.create_color(ssd, 1, 0, 255, 0) -RED = CWriter.create_color(ssd, 2, 255,0,0) +RED = CWriter.create_color(ssd, 2, 255, 0, 0) YELLOW = CWriter.create_color(ssd, 3, 255, 255, 0) # Demo drawing geometric shapes using underlying framebuf methods rhs = ssd.width -1