You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
devices/devices/ssd1306/image1bit
Marc-Antoine Ruel a0e9236c75 image1bit: make it more like stdlib
- Rename Image to VerticalLSB, so that the 3 other encodings (vertical MSB,
  horizontal LSB and MSB) can be added at a later point if ever needed without
  breaking the API.
- Use .Pix, .Stride and .Rect so it is more similar to how stdlib image package
  does it.
- Export the color model properly as BitModel.
- Remove frivolous methods.
9 years ago
..
image1bit.go image1bit: make it more like stdlib 9 years ago
image1bit_test.go image1bit: make it more like stdlib 9 years ago