Просмотр исходного кода

cores/hub75: Fix typo in documentation of pixel format

556 is something else :p

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Sylvain Munaut 5 лет назад
Родитель
Сommit
ea5c7c23a8
1 измененных файлов с 1 добавлено и 1 удалено
  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.