Monday, April 13, 2020

What's New in Hand BASIC v1.7.5

Features:

- Print screen resolution and scale

PRINT RESOLUTION

  Note: resolution is device orientation sensitive

- Peek screen resolution, scale, and orientation

   Memory Addresses (2 bytes each)
   width: 1038
   height: 1040
   scale: 1042
   orientation: 1044

  Note: to find screen size in pixels multiply by screen mode

- Screen mode up to 3 (newer iPhones)
   use PRINT RESOLUTION to find max acceptable mode (scale)

Bug Fixes:
- False repeated Touch Moved events in iPhone 6s
- Text safe area for notch iPhones
- Some broken links


Have Fun!

1 comment:

  1. I just found this and love it to do some old style programs for project euler here (as well as using my i41cx emul). One question: if there is a file on the internet with numbers or a program and want to get into cbm basic, is there a way to do it all on the iPhone/iPad? Or do I have to use a laptop and trsnafer files (with iTunes not existing anymore). I looked for a directory for cbm in Files, created a file in cbm and then searched for that file name, but was not successful.
    Lastly - I *love* this app! Brings back so many good memories, thank you for creating it!

    ReplyDelete