Add 095 plugin to neopixel build for esp8266 or esp32

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
Dick60
Normal user
Posts: 243
Joined: 11 Feb 2018, 17:35
Location: The Netherlands

Add 095 plugin to neopixel build for esp8266 or esp32

#1 Post by Dick60 » 25 Dec 2022, 15:25

I want to make my own build, a combination of the Neopixel (Basic) build of 24122022 and plugin 095 for a ILI 934x display. I followd the YT (https://www.youtube.com/watch?v=ArqwMcYSMsU) and all explained on there works fine. But I don't know how to add plugin 095 (https://github.com/letscontrolit/ESPEas ... LI9341.ino). Can anybody explain me how to add it in Visual Code Studio?
Have a mary Christmas for all the techs :lol:

User avatar
Ath
Normal user
Posts: 3506
Joined: 10 Jun 2018, 12:06
Location: NL

Re: Add 095 plugin to neopixel build for esp8266 or esp32

#2 Post by Ath » 25 Dec 2022, 16:44

Dick60 wrote: 25 Dec 2022, 15:25 Have a mary Christmas for all the techs :lol:
Thanks, and the same to you :D

There is a developer guide, aimed at developers that don't yet have much experience working on ESPEasy code.

For adding Plugin P095 to the NeoPixel builds, I'd add that in the file "define_plugin_sets.h" (press ctrl-P and start typing that name to find the file quick and easy ;)), below line 1720, like this:

Code: Select all

  #ifndef USES_P095
    #define USES_P095   // ILI9xxx
  #endif
and then build the "neopixel_ESP8266_4M1M" or "neopixel_ESP32_4M316k" or "neopixel_ESP32s2_4M316k" PlatformIO configuration(s).
(it will even fit in the neopixel_ESP8266_1M_... builds, but I hope you have a 4MB flash ESP available, to allow OTA updates)
Screenshot - 25-12-2022 , 16_38_14.png
Screenshot - 25-12-2022 , 16_38_14.png (12.24 KiB) Viewed 939 times
/Ton (PayPal.me)

Dick60
Normal user
Posts: 243
Joined: 11 Feb 2018, 17:35
Location: The Netherlands

Re: Add 095 plugin to neopixel build for esp8266 or esp32

#3 Post by Dick60 » 25 Dec 2022, 17:50

Wauw, this is fun. You saved my day. I can continue and I will put more effort in the tools installed so I can make more custom build.
Again, Thanks en alvast een heel gelukkig en gezond 2023 :)

Post Reply

Who is online

Users browsing this forum: No registered users and 47 guests