Post Reply 
First python project : HP41 emulator + hints of workflow
05-25-2021, 06:39 PM (This post was last modified: 05-26-2021 07:13 AM by Oulan.)
Post: #22
RE: First python project : HP41 emulator + hints of workflow
(05-25-2021 11:04 AM)ggauny@live.fr Wrote:  Hi,
here same issue with little thing more : green dashes as you can see on attachement. And sometime not good on terminal as attachement 2.
On 41c. And on G2.

The 3 hexs numbers are the 3 first levels of the cpu return stack, just an hint for debugging key mapping, you can forget it ... see infos() function in nut.py, just remove all the lines and add pass:
Code:
  def infos(self,c):
    pass
The size of the text is the default text size of the UI of the prime (I use medium, it seems that you use large, so the redraw bugs). Actually I didn't find an easy way to set the text size from python (perhaps some hpprime.eval('xx') can do the trick).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: First python project - Vincent Weber - 05-16-2021, 01:17 PM
RE: First python project - ggauny@live.fr - 05-16-2021, 05:23 PM
RE: First python project - tcab - 05-17-2021, 12:00 AM
RE: First python project : HP41 emulator + hints of workflow - Oulan - 05-25-2021 06:39 PM



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