Giter Club home page Giter Club logo

Comments (5)

KodeMunkie avatar KodeMunkie commented on July 18, 2024

Added this feature in with some fixes on this pull request: #7
Let me know if this does what you want @fgolman

from atomictext.

KodeMunkie avatar KodeMunkie commented on July 18, 2024

Set the colour using param name "grb" and value like "0xFFFFFF" (green red blue order). Rainbow palette can be re-enabled by setting the grb to black (0x000000)

from atomictext.

fgolman avatar fgolman commented on July 18, 2024

Upon compiling this new version, although it proceeds to the end and uploads, there are a number of errors and the application doesn't run unfortunately:

In file included from src\renderEngine.h:20:0,
from src\main.cpp:18:
.pio/libdeps/m5stack-core-esp32/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003

pragma message "FastLED version 3.003.003"

                 ^

Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\M5Atom.cpp.o
Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\Button.cpp.o
Archiving .pio\build\m5stack-core-esp32\lib459\libSPI.a
In file included from src\renderEngine.h:20:0,
from src\renderEngine.cpp:19:
.pio/libdeps/m5stack-core-esp32/FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003

pragma message "FastLED version 3.003.003"

                 ^

In file included from .pio/libdeps/m5stack-core-esp32/FastLED/FastLED.h:65:0,
from src\renderEngine.h:20,
from src\main.cpp:18:
.pio/libdeps/m5stack-core-esp32/FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"

                   ^

Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\LED_DisPlay.cpp.o
Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\M5Timer.cpp.o
In file included from .pio/libdeps/m5stack-core-esp32/FastLED/FastLED.h:65:0,
from src\renderEngine.h:20,
from src\renderEngine.cpp:19:
.pio/libdeps/m5stack-core-esp32/FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"

                   ^

In file included from .pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/fastled_esp32.h:8:0,
from .pio/libdeps/m5stack-core-esp32/FastLED/platforms.h:36,
from .pio/libdeps/m5stack-core-esp32/FastLED/FastLED.h:52,
from src\renderEngine.h:20,
from src\renderEngine.cpp:19:
.pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/clockless_rmt_esp32.h: In instantiation of 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::fillNext() [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]':
.pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/clockless_rmt_esp32.h:494:21: required from
'static void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::interruptHandler(void*) [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
.pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/clockless_rmt_esp32.h:280:31: required from
'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::initRMT() [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0;
bool FLIP = false; int WAIT_TIME = 5]'
.pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/clockless_rmt_esp32.h:294:24: required from
'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::showPixels(PixelController<RGB_ORDER>&) [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER
= (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
src\renderEngine.cpp:207:1: required from here
.pio/libdeps/m5stack-core-esp32/FastLED/platforms/esp/32/clockless_rmt_esp32.h:511:22: warning: unused
variable 't1' [-Wunused-variable]
uint32_t t1 = __clock_cycles();
^
Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\MPU6886.cpp.o
Archiving .pio\build\m5stack-core-esp32\lib855\libWire.a
In file included from .pio\libdeps\m5stack-core-esp32\M5Atom\src\M5Atom.h:52:0,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\M5Atom.cpp:4:
.pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003

pragma message "FastLED version 3.003.003"

Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\MahonyAHRS.cpp.o
^
Compiling .pio\build\m5stack-core-esp32\libc93\M5Atom\utility\Task.cpp.o
In file included from .pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:65:0,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\M5Atom.h:52,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\M5Atom.cpp:4:
.pio\libdeps\m5stack-core-esp32\FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"

                   ^

In file included from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.h:4:0,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:1:
.pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.003

pragma message "FastLED version 3.003.003"

                 ^

Compiling .pio\build\m5stack-core-esp32\lib500\WiFi\ETH.cpp.o
In file included from .pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:65:0,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.h:4,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:1:
.pio\libdeps\m5stack-core-esp32\FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output

pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"

                   ^

In file included from .pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/fastled_esp32.h:8:0,
from .pio\libdeps\m5stack-core-esp32\FastLED/platforms.h:36,
from .pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:52,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.h:4,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:1:
.pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/clockless_rmt_esp32.h: In instantiation of 'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::fillNext() [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]':
.pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/clockless_rmt_esp32.h:494:21: required from
'static void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::interruptHandler(void*) [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
Compiling .pio\build\m5stack-core-esp32\lib500\WiFi\WiFi.cpp.o
.pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/clockless_rmt_esp32.h:280:31: required from
'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::initRMT() [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER = (EOrder)10u; int XTRA0 = 0;
bool FLIP = false; int WAIT_TIME = 5]'
.pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/clockless_rmt_esp32.h:294:24: required from
'void ClocklessController<DATA_PIN, T1, T2, T3, RGB_ORDER, XTRA0, FLIP, WAIT_TIME>::showPixels(PixelController<RGB_ORDER>&) [with int DATA_PIN = 27; int T1 = 60; int T2 = 150; int T3 = 90; EOrder RGB_ORDER
= (EOrder)10u; int XTRA0 = 0; bool FLIP = false; int WAIT_TIME = 5]'
Compiling .pio\build\m5stack-core-esp32\lib500\WiFi\WiFiAP.cpp.o
.pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:154:1: required from here
.pio\libdeps\m5stack-core-esp32\FastLED/platforms/esp/32/clockless_rmt_esp32.h:511:22: warning: unused
variable 't1' [-Wunused-variable]
uint32_t t1 = __clock_cycles();
^
In file included from .pio\libdeps\m5stack-core-esp32\FastLED/controller.h:9:0,
from .pio\libdeps\m5stack-core-esp32\FastLED/FastLED.h:47,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.h:4,
from .pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:1:
.pio\libdeps\m5stack-core-esp32\FastLED/pixeltypes.h: In member function 'virtual void LED_Display::run(void*)':
.pio\libdeps\m5stack-core-esp32\FastLED/pixeltypes.h:178:37: warning: iteration 25u invokes undefined behavior [-Waggressive-loop-optimizations]
r = (colorcode >> 16) & 0xFF;
^
.pio\libdeps\m5stack-core-esp32\M5Atom\src\utility\LED_Display.cpp:19:27: note: containing loop
for (int num = 0; num < 26; num++)
^

from atomictext.

KodeMunkie avatar KodeMunkie commented on July 18, 2024

from atomictext.

fgolman avatar fgolman commented on July 18, 2024

Sorry, you're exactly correct. Totally forgot about that in my excitement!

All good!

from atomictext.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.