BLIT / BLIT_P question (FW 10077)
|
05-02-2016, 09:50 AM
(This post was last modified: 05-02-2016 10:54 AM by komame.)
Post: #1
|
|||
|
|||
BLIT / BLIT_P question (FW 10077)
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. Piotr Kowalewski |
|||
05-02-2016, 03:38 PM
Post: #2
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
Hello,
Looks like an issue, we will add it to the list. Cyrille Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP. |
|||
05-02-2016, 04:26 PM
(This post was last modified: 05-02-2016 04:26 PM by Tim Wessman.)
Post: #3
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
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)
TW Although I work for HP, the views and opinions I post here are my own. |
|||
05-02-2016, 08:57 PM
Post: #4
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
|
|||
05-15-2016, 10:58 PM
(This post was last modified: 05-15-2016 10:59 PM by StephenG1CMZ.)
Post: #5
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
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.
Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
05-16-2016, 12:09 AM
Post: #6
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
Hi!, StephenG1CMZ:
See, this example program, with ... http://en.hpprime.club/apps/games/pong Kind Regards. informach. |
|||
05-16-2016, 07:53 AM
Post: #7
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
(05-16-2016 12:09 AM)informach Wrote: Hi!, StephenG1CMZ: PONG works fine on Android (except I need an easier-than beginner mode, or more practice ) 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. Stephen Lewkowicz (G1CMZ) https://my.numworks.com/python/steveg1cmz |
|||
05-16-2016, 11:27 AM
(This post was last modified: 05-16-2016 03:05 PM by informach.)
Post: #8
|
|||
|
|||
RE: BLIT / BLIT_P question (FW 10077)
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. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)