Fixes for the manual images.

pull/32/head
Holger Wirtz 4 years ago
parent d65cb2a8ef
commit a66ca41eed
  1. 4
      config.h
  2. 0
      doc/images/MicroDexed.png
  3. 2
      doc/manuals/MicroDexed-Build_Manual/MicroDexed-Build_Manual.md
  4. 2
      doc/manuals/MicroDexed-User_Manual/MicroDexed-User_Manual.md
  5. 2
      doc/manuals/MicroDexed/MicroDexed.md
  6. 4
      doc/manuals/MicroDexed/build.sh

@ -93,7 +93,7 @@
//*************************************************************************************************
//* DEBUG OUTPUT SETTINGS
//*************************************************************************************************
#define DEBUG 1
//#define DEBUG 1
#define SERIAL_SPEED 230400
#define SHOW_XRUN 1
#define SHOW_CPU_LOAD_MSEC 5000
@ -104,7 +104,7 @@
#define DEXED_ENGINE DEXED_ENGINE_MODERN // DEXED_ENGINE_MARKI // DEXED_ENGINE_OPL
// Number of Dexed instances
#define NUM_DEXED 2 // 1 or 2 - nothing else!
#define NUM_DEXED 1 // 1 or 2 - nothing else!
// FX-CHAIN ENABLE/DISABLE
#define USE_FX 1
// CHORUS parameters

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 158 KiB

@ -1,4 +1,4 @@
![MicroDexed boot screen](images/00_MD_Build_Manual.jpg)
![](../../images/MicroDexed.png)
# MicroDexed Build Manual

@ -1,4 +1,4 @@
![MicroDexed boot screen](images/00_MD_User_Manual.jpg)
![](../../images/MicroDexed.png)
# MicroDexed User Manual

@ -1,4 +1,4 @@
![MicroDexed boot screen](images/00_MD_boot.jpg)
![](../../images/MicroDexed.png)
# What is MicroDexed?

@ -4,8 +4,8 @@
LCDIMG="../../bin/gen_lcd_screen.sh ../../images"
${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg
${LCDIMG} " Let there be" "peace and music%note%" images/01_MD_Peace.jpg
#${LCDIMG} " MicroDexed" "%round-brace-open%c%round-brace-close%parasiTstudio" images/00_MD_boot.jpg
${LCDIMG} " Let there be" "music and peace%note%" images/01_MD_Peace.jpg
pandoc MicroDexed.md \
-V 'geometry:a4paper' \

Loading…
Cancel
Save