Monday, January 29, 2024

cbmHandBASIC New Links

 CBM HandBASIC New Links:

- App Page

- Graphics Extension

- FAQ's

- New Commands

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!