Aktueller Text

This commit is contained in:
Mario Voigt 2019-03-10 16:26:58 +01:00
parent 8041429cb7
commit c848892950
1 changed files with 13 additions and 12 deletions

View File

@ -32,22 +32,24 @@ const unsigned char TxtDemo[] = { /*
EFFECT_CHAR_RIGHT " RIGHT"
EFFECT_CHAR_DOWN " DOWN"
EFFECT_CHAR_LEFT " LEFT"
EFFECT_HSV_CV "\x00\xff\xff\x40\xff\xff" EFFECT_CHAR_UP " HSV_CV 00-40"
EFFECT_HSV_CV "\x00\xff\xff\x40\xff\xff"
EFFECT_CHAR_UP " HSV_CV 00-40"
EFFECT_HSV_CH "\x00\xff\xff\x40\xff\xff" "HSV_CH 00-40"
EFFECT_HSV_AV "\x00\xff\xff\x40\xff\xff" "HSV_AV 00-40"
EFFECT_HSV_AH "\x00\xff\xff\xff\xff\xff" "HSV_AH 00-FF"
EFFECT_HSV "\x00\xff\xff" "R" EFFECT_HSV "\x20\xff\xff" "A" EFFECT_HSV "\x40\xff\xff" "I" EFFECT_HSV "\x60\xff\xff" "N" EFFECT_HSV "\xe0\xff\xff" "B" EFFECT_HSV "\xc0\xff\xff" "O"
EFFECT_HSV "\xa0\xff\xff" "W" EFFECT_HSV "\x80\xff\xff" "S " EFFECT_DELAY_FRAMES "\x00\x96" EFFECT_RGB "\xff\xff\xff"
EFFECT_HSV "\x00\xff\xff" "R"
EFFECT_HSV "\x20\xff\xff" "A"
EFFECT_HSV "\x40\xff\xff" "I"
EFFECT_HSV "\x60\xff\xff" "N"
EFFECT_HSV "\xe0\xff\xff" "B"
EFFECT_HSV "\xc0\xff\xff" "O"
EFFECT_HSV "\xa0\xff\xff" "W"
EFFECT_HSV "\x80\xff\xff" "S "
EFFECT_DELAY_FRAMES "\x00\x96"
EFFECT_RGB "\xff\xff\xff"
*/
EFFECT_FRAME_RATE "\x05"
EFFECT_SCROLL_LEFT EFFECT_RGB "\x52\xff\xa3" " KIESELSTEIN "
//EFFECT_RGB "\xbb\xff\x44" " IM "
EFFECT_HSV_AV "\xaa\xff\xff\x2c\xaa\xb9" " INTERNATIONAL "
EFFECT_HSV_CH "\x03\xff\xff\xaf\xff\xff" " GMBH "
EFFECT_RGB "\xaa\xaa\xf0" " --"
EFFECT_HSV_CH "\x00\xff\xff\xd0\xff\xff" " STRUCTWIRE "
// EFFECT_HSV_CH "\xaa\xff\xff\xe2\xff\xff" " DIE ZWEITE "
EFFECT_SCROLL_LEFT EFFECT_RGB "\x52\xff\xa3" " FABLAB CHEMNITZ -- KEIN DOENER, KEINE PIZZA, ABER ANDERE NETTE DINGE "
};
int demo2;
/*
@ -129,4 +131,3 @@ void loop()
}
*/
}