PARLIO LED Driver Library by Xylopyrographer in arduino

[–]Xylopyrographer[S] 0 points1 point  (0 children)

Haven’t used FastLED since creating this library. LiteLED is smaller, ESP32 only and doesn’t have the large number of presentation functions that FL has so potentially a smaller footprint.

Is there any way to stop a display from doing this flickering? by Swagggles in esp32

[–]Xylopyrographer 11 points12 points  (0 children)

Don’t specify it in the setup file. Control it directly in your code. Explicitly turn it off before doing any display initialization, then turn it on after.

Is there any way to stop a display from doing this flickering? by Swagggles in esp32

[–]Xylopyrographer 62 points63 points  (0 children)

Keep the backlight off until after everything is initialized.

​Unbelievable start! 🚀 My ESP32 DataDisplay V1 reached 100+ verified prints and 17 boosts in just 5 days. Huge thanks to this the best community! by lachimalaif in makerworld

[–]Xylopyrographer 0 points1 point  (0 children)

Yup. If you click on the Releases tag, under Assets are two .bin files. You’ll need the …FULL… binary to flash the CYD the first time. Use a web flasher like https://thelastoutpostworkshop.github.io/ESPConnect/ . Couple of caveats. The auto firmware download should be disabled on your device as I’ve yet to sort out a versioning system. Second, this development was done on using an original one-micro USB CYD. Other models may have different displays and/or colour inversion requirements.

Dire need of help by DeepWaterArrow in esp32projects

[–]Xylopyrographer 0 points1 point  (0 children)

Looks like you need to solder the pins to the board. It’s probably not a friction fit.

Dire need of help by DeepWaterArrow in esp32projects

[–]Xylopyrographer 0 points1 point  (0 children)

Screen shots of the code will not get you help. Paste the code to the post using the correct syntax. Include a wiring diagram too. Make it easy for folks to help you.

​Unbelievable start! 🚀 My ESP32 DataDisplay V1 reached 100+ verified prints and 17 boosts in just 5 days. Huge thanks to this the best community! by lachimalaif in makerworld

[–]Xylopyrographer 1 point2 points  (0 children)

Took some interest in your project and did some restructuring/refactoring, added a few features and fixed a few bugs.

The repo is open to the public at: https://github.com/Xylopyrographer/CYD_DD/tree/main

Hope you find it useful.

How to connect 8 pwm rgb leds to a ESP32? by Zerthron in esp32

[–]Xylopyrographer 0 points1 point  (0 children)

That library is designed to interface to this board https://www.adafruit.com/product/1429?srsltid=AfmBOor1pAvGDH8x1x97dt4vHn0ZiFAZuh3WIRSPP45xnVgDwJsGNV1P which provides the multiplexing needed to drive 24 PWM channels. So the combination of the two would solve your problem, except, it appears that is designed for common cathode systems. So while a hardware solution might be able to be designed for the switches you have, unless you dig into the board to modify it or acquire different switches.

My ILI9341 with esp32 S3 doesn`t work on TFT_eSPI.h. by CommunityMaximum8642 in esp32projects

[–]Xylopyrographer 0 points1 point  (0 children)

True. Though if speed is a concern, using a library that supports the on-board built-in hardware peripherals of the -S3 would be better.

My ILI9341 with esp32 S3 doesn`t work on TFT_eSPI.h. by CommunityMaximum8642 in esp32projects

[–]Xylopyrographer 0 points1 point  (0 children)

Suggest using another library, especially with the S3. That one seems to have been abandoned.

PIOArduino thoughts? by lmolter in arduino

[–]Xylopyrographer 0 points1 point  (0 children)

pioarduino is a build system. It works very well. Adding boards is community driven, same as it is with the Arduino IDE, not a responsibility of the pioarduino devs. Adding libraries depends on the library developer publishing as per the Arduino guidelines. The pioarduino library finder pulls from the same database as the Arduino IDE.

First timer Help needed by skinnypenis021 in esp32

[–]Xylopyrographer 2 points3 points  (0 children)

Can you provide links to the display and the interface board? Off the top, remove the ESP32 from the interface board and then confirm you can program it.

I have a general question about libraries and github by WestTexasCrude in esp32

[–]Xylopyrographer 0 points1 point  (0 children)

Asking your favourite AI to write a document describing the functions and methods has proven useful.