Skip to content

Commit

Permalink
fix copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Feb 25, 2025
1 parent ebefcce commit 9b54dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ PYBIND11_MODULE(adafruit_blinka_raspberry_pi5_piomatter, m) {
"Adafruit Matrix Bonnet or Matrix Hat with BGR color order")
.value("AdafruitMatrixHat", Pinout::AdafruitMatrixBonnet,
"Adafruit Matrix Bonnet or Matrix Hat")
.value("AdafruitMatrixHatBGR", Pinout::AdafruitMatrixBonnet,
.value("AdafruitMatrixHatBGR", Pinout::AdafruitMatrixBonnetBGR,
"Adafruit Matrix Bonnet or Matrix Hat with BGR color order");

py::enum_<Colorspace>(
Expand Down

0 comments on commit 9b54dd1

Please sign in to comment.