Explorar el Código

cores/hub75: Fix typo in documentation of pixel format

556 is something else :p

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut hace 5 años
padre
commit
ea5c7c23a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      cores/hub75/doc/framebuffer.md

+ 1 - 1
cores/hub75/doc/framebuffer.md

@@ -107,5 +107,5 @@ modulation of the RGB leds.
 
 This step can be modified to the user to suit their need (for instance, doing
 a palette lookup), but by default it does a bit expansion to 24 bits RGB
-(assuming a RGB332 or RGB556 or RGB888 depending on `BITDEPTH`) and then
+(assuming a RGB332 or RGB565 or RGB888 depending on `BITDEPTH`) and then
 performs a gamma correction using a built-in LUT.