Page 2 of 2

Re: Questions about source code

Posted: February 9th, 2025, 2:12 pm
by limbo
Try to import this sceen an test it

Code: Select all

Text01="$dll(spc,1,3#3,40) "
Text02="$dll(spc,1,2#3,40) "
Text03="$dll(spc,1,1#3,40)"
Text04="Audio levels"
Text05=""
Text06=""
Text07=""
Text08=""
CustomCharacters1=
CustomCharacters2=
CustomCharacters3=
CustomCharacters4=
CustomCharacters5=
CustomCharacters6=
CustomCharacters7=
CustomCharacters8=
TIP: Be sure that you have the basswasapi.dll and bass.dll into your LCD Smartie root folder

Re: Questions about source code

Posted: February 10th, 2025, 2:02 am
by trihy
Hi. That somehow worked.

My lcd is 2x16

$dll(spc,1,3#3,40)
$dll(spc,1,1#3,40)

Those worked.

This one crash the eq $dll(spc,1,2#3,40)

Tried changing 40 but didnt help. Still 1#3 seems to be properly connected with 3#3 but will need to test a little more.

Re: Questions about source code

Posted: February 10th, 2025, 2:14 am
by trihy
Im not completely sure if the continuation of 1-3 is 3-3, looks a little weird the second line.

Oh it has some logic

$dll(spc,1,2#2,40)
$dll(spc,1,1#2,40)

This worked fine.