Doing one line test programs I just discovered that char(int(65.0)); provokes a null pointer exception when it's the only code in the program. Inside setup() it works fine.
I discovered trying to do something like
text(char(int(random(65, 90))), 9, 9);
which should be valid code.
Doing one line test programs I just discovered that char(int(65.0)); provokes a null pointer exception when it's the only code in the program. Inside setup() it works fine.
I discovered trying to do something like
text(char(int(random(65, 90))), 9, 9);
which should be valid code.