New Casio fx-9860 GIII model
|
01-19-2022, 08:36 PM
(This post was last modified: 01-19-2022 08:37 PM by critor.)
Post: #64
|
|||
|
|||
RE: New Casio fx-9860 GIII model
(01-16-2022 03:30 PM)robve Wrote: - how to read a keypress without losing the casioplot screen? If it's for a pause, you can wait for the [AC/ON] key to be pressed : Code: def wait_acon_key(): (01-16-2022 03:30 PM)robve Wrote: - are the any other graphics drawing commands, other than just set_pixel()? There is no line() no circle() no fill() no paint()?No, there aren't. You have to build them yourself by using set_pixel(), and optimize them as much as possible. (01-16-2022 03:30 PM)robve Wrote: - how to specify colors (fx-CG50)?Last parameter of the drawing functions : Code: set_pixel(x, y, color) |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 6 Guest(s)