Top Banner
MP-29 Tactile Touchscreen Calculator Michael Park HPCC 2020 Virtual Conference
27

Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Oct 30, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

MP-29Tactile Touchscreen Calculator

Michael ParkHPCC 2020 Virtual Conference

Page 2: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

About me

● mpark on hpmuseum.org forum● HP-25C, HP-42S

Page 3: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Making a calculator!

So many questions:

● CPU / software?● Display?● Case?● The big one: keys?

Page 4: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Keys

● Switches?● Keycaps?● Print on keys?● Print on faceplate?● Keys with built-in displays?

Page 5: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Display switch

Page 6: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Touchscreen

Pro:

● Unlimited layout possibilities● Dynamic● Familiar● Can also serve as display

Con:

No tactile feedback

Page 8: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

HP-29C

Page 9: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

MP-29

● My take on the HP-29C● Not an emulator or a simulator; more of an homage● IEEE-754 double-precision (64 bits)

Page 10: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A
Page 12: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Entry RPN

● When typing a number, Enter key terminates input● Otherwise, Enter duplicates top of stack● Enter -> End

Page 14: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

XYZ

● Tactile feedback in the vertical direction● No help in the horizontal plane

Page 16: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Calculators gotta calculate

● Computing a famous number● Calculator forensics test

Page 18: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Memory

● 100 memory registers (0-99)● Indirection on any register

Page 20: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Programming

● 100 steps (0-99)● 100 labels (0-99)● Save/load programs

Page 22: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

MP-29 block diagram

Page 23: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Touchscreen mount

Page 25: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Future work

● Fix bugs● Stiffer scissors mechanism● Alternative mechanisms● Experiments in dynamic layout

Page 26: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A

Thanks

● To my long-suffering wife, Ioana● To the HPCC conference organizers● To the hpmuseum.org forum community

Page 27: Tactile Touchscreen Calculator · 2020. 10. 11. · "GM. FCN PRINT CATALOG TFT display (800 x 480) RA8875 driver with resistive touchscreen SPI Tactile Propeller pushbutton P8X32A