Post Reply 
Gallery: The HP Prime PNG/JPG Image Viewer [UPDATED V2.4.0 2023-07-28]
06-29-2015, 07:41 PM
Post: #59
RE: Gallery: The HP Prime PNG Image Viewer [UPDATED V2.0.0 23-06-15]
Changes in the program to solve up/down/left/right. I tested and solved the problem, but needs to solve HOME crash and DEL problem:

IF K==39 THEN
RT();
END;

IF K==37 THEN
LT();
END;

IF K==33 THEN
UP();
END;

IF K==43 THEN
DOWN();
END;

Leo

Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Gallery: The HP Prime PNG Image Viewer [UPDATED V2.0.0 23-06-15] - jrozsas - 06-29-2015 07:41 PM



User(s) browsing this thread: 1 Guest(s)