0 Members and 1 Guest are viewing this topic.
Maybe Critor and Kerm in September though.
Yeah IIRC for the calc itself they're under NDA until September, as does anyone else who received a sample of the calc, so they might not be allowed to showcase it until then. Of course, some people already did, but it's best that others respect HP's wishes to not show things before they want you to, else in the future they will feel more relunctant about giving people the chance to test samples of their products.
EXPORT fadein()BEGINFOR C FROM 0 TO 3 DOFOR X FROM 0 TO 319 DOFOR Y FROM 0 TO 239 DOINT(GETPIX_P(X,Y)/2)▶P;PIXON_P(X,Y,P);END;END;END;END;
EXPORT fadein2()BEGINFOR C FROM 1 TO 4 DO2^C▶D;FOR X FROM 0 TO 319 STEP D DOFOR Y FROM 0 TO 239 STEP D DOINT(GETPIX_P(X,Y)/2)▶P;RECT_P(X,Y,X+D,Y+D,P,P);END;END;END;END;