HP Forums

Full Version: BLIT / BLIT_P question (FW 10077)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

The on-calc help says that BLIT has syntax:
BLIT([trgtG], [dx1, dy1], [dx2, dy2], srcG, [sx1, sy1], [sx2, sy2], [c], [alpha])
but I can't compile it when all arguments are defined.

For example:
Code:
BLIT(G0,1,1,20,20,G1,0,0,15,15,0,128);

I get syntax error.

The syntax in help differs for BLIT and BLIT_P, because in BLIT_P the alpha argument is not present, but the problem occurs in both cases.
Hello,

Looks like an issue, we will add it to the list.

Cyrille
Specifically, having "12" arguments is the problem. If you are always going to be using G0 as your first argument, just leave that first G0 out and it will work for you right now (I believe)
It has also been reported that BLIT_P is not working in 10077 in my accessibility program - with 10 parameters. I don't have 10077 to test that here.
Hi!, StephenG1CMZ:

See, this example program, with ... http://en.hpprime.club/apps/games/pong

Kind Regards.
informach.
(05-16-2016 12:09 AM)informach Wrote: [ -> ]Hi!, StephenG1CMZ:

See, this example program, with ... http://en.hpprime.club/apps/games/pong

Kind Regards.
informach.

PONG works fine on Android (except I need an easier-than beginner mode, or more practice Smile )
The BLIT syntax seems about the same as mine - can you try my program in 10077?
The original report didn't make clear what happens and I don't have 10077 here.
Hi!, StephenG1CMZ:

I refered only, the program, with this function.
This games ,run OK, in my HP Slate 21 k-100, Android 4.4.2; too in my HP Slate 7 2800, Android 4.1.1, in my calculator HP PRIME and in the Virtual Emulator, Software version 10077, used in HP Omni PC120 1026la, i3, 1Tb.

Kind Regards.
informach.
Reference URL's