diff --git a/NeoPixelBus-object.md b/NeoPixelBus-object.md index fd4a9ad..16fe1f3 100644 --- a/NeoPixelBus-object.md +++ b/NeoPixelBus-object.md @@ -31,7 +31,10 @@ A three element color in the order of Red, Green, and then Blue. Some older pixe A four element color in the order of Red, Green, Blue, and then White. A common four element format. ## NeoBrgFeature -A three element color in the order of blue, Red, and then Green. +A three element color in the order of Blue, Red, and then Green. + +## NeoRbgFeature +A three element color in the order of Red, Blue, and then Green. # Methods These platform methods will define "how" the pixels are updated. While primarily used to define how fast the data is sent out to support older pixels; for the Esp8266 it also defines the several methods required based on different form factors due to pin restrictions and exposed pins on the boards.