Color display progress

Hi guys. Just finished up my first color display. This was a ton of fun and the possibilities are endless. Thanks to Rob for making the hilt for me, and Chris for the install. Everything seems to be working very well and I can’t wait for more ideas to find me. Here is a 7 minute video hi lighting a few things I was able to do on this saber.

Thank you crucible for all of your invaluable help!

5 Likes

for anyone looking to flip the display, this worked for me. A 180 rotation.

#ifdef CONFIG_BOTTOM
using DFRobotCfg = DisplayConfig<3, InsetT<24,24,0,0>>; // 180° relative to DFRobot096 default (<1>)
SPIDisplay_DFRobot096<3, DFRobotCfg> display;
StandarColorDisplayController<160, 80> display_controller(&display);
#endif

1 Like

So jealous. I can’t believe I haven’t made the time to play with this stuff yet. Jeez. Great work man.
I’ll be hitting you up for a conversation once I get there!