diff --git a/src/global_defines.h b/src/global_defines.h index d135a3b..2ac6c24 100644 --- a/src/global_defines.h +++ b/src/global_defines.h @@ -1,3 +1,15 @@ +/*-------------------------------------------------------------------------------- + __ __ __ __ _____ __ + ____ _/ /___ / /_ ____ _/ / ____/ /__ / __(_)___ ___ _____ / /_ + / __ `/ / __ \/ __ \/ __ `/ / / __ / _ \/ /_/ / __ \/ _ \/ ___/ / __ \ + / /_/ / / /_/ / /_/ / /_/ / / / /_/ / __/ __/ / / / / __(__ ) / / / / + \__, /_/\____/_.___/\__,_/_/____\__,_/\___/_/ /_/_/ /_/\___/____(_)_/ /_/ + /____/ /_____/ + + Values that are widely used throughout Emotiscope Engine are defined here + +*///------------------------------------------------------------------------------ + // It won't void any kind of stupid warranty, but things will *definitely* break at this point if you change this number. #define NUM_LEDS ( 128 ) diff --git a/src/notes.h b/src/notes.h index ee80efc..8d19970 100644 --- a/src/notes.h +++ b/src/notes.h @@ -18,7 +18,7 @@ HOW TO GET JTAG WORKING ON PLATFORMIO WITH ESP32S3 DEV BOARD WITH TWO USB PORTS: https://community.platformio.org/t/cannot-run-builtin-debugger-on-esp32-s3-board/36384/9 ################################################################################################################################################## -The ASCII art generator for the headers https://patorjk.com/software/taag/#p=display&f=Big +The ASCII art generator for the headers https://patorjk.com/software/taag/#p=display&f=Slant&t=notes.h ################################################################################################################################################## ESP-DSP lets you sqrt() an entire array at once, but I'm not sure if there's a SIMD "ae32" version, just an ANSI one