((Le forum de) micropython n'a pas grand chose à voir la dedans - c'est plutot ici qu'il faut reporter les problemes sur Nspire : https://github.com/Vogtinator/micropython/issues ^^
Mais bref, Vogtinator vient de faire quelques changements pour précisément les Nspires récentes (et une mise a jour vers le dernier MicroPython est prévue), cf. https://github.com/Vogtinator/micropyth ... /next-next
A tester prochainement quand il y aura des binaires, ou bien maintenant si tu peux te le builder.
Plantage à la sortie d'un programme micropython sur Nspire
18 posts
• Page 2 of 2 • 1, 2
Re: Plantage à la sortie d'un programme micropython sur Nspi
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14844
- Images: 1133
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: Plantage à la sortie d'un programme micropython sur Nspi
Here is a more recent micropython. I also rebuilt pyWrite with lcd_blit support while at it.
The partially restored screen on exit from applications in compatibility mode is a bug in Ndless itself which needs a bit of refactoring, so I won't do that now.
It's totally harmless though, the OS will redraw the file browser on the next key input.
The partially restored screen on exit from applications in compatibility mode is a bug in Ndless itself which needs a bit of refactoring, so I won't do that now.
It's totally harmless though, the OS will redraw the file browser on the next key input.
You do not have the required permissions to view the files attached to this post.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Plantage à la sortie d'un programme micropython sur Nspi
Adriweb wrote:((Le forum de) micropython n'a pas grand chose à voir la dedans
Oui, tu as raison. J'y ai repensé ensuite, et c'est ce que je me suis dit.
Mais bref, Vogtinator vient de faire quelques changements pour précisément les Nspires récentes (et une mise a jour vers le dernier MicroPython est prévue), cf. https://github.com/Vogtinator/micropyth ... /next-next
J'ai regardé le dernier commit de la branche next-next, et il semble bien y avoir quelque chose qui va dans le sens du traitement de l'exception que j'ai eue.
A tester prochainement quand il y aura des binaires, ou bien maintenant si tu peux te le builder.
Je ne l'ai jamais fait pour micropython, et encore moins pour la Nspire. Je vais attendre le binaire.
-
NouryVIP++
Niveau 11: LV (Légende Vivante)- Posts: 328
- Joined: 07 Sep 2018, 09:19
- Location: Sceaux, France 92
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Plantage à la sortie d'un programme micropython sur Nspi
nbenm wrote:A tester prochainement quand il y aura des binaires, ou bien maintenant si tu peux te le builder.
Je ne l'ai jamais fait pour micropython, et encore moins pour la Nspire. Je vais attendre le binaire.
Ah ben voila, il vient de poster le tns juste avant ton post ^^
Dis nous si c'est mieux

MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14844
- Images: 1133
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: Plantage à la sortie d'un programme micropython sur Nspi
Vogtinator wrote:Here is a more recent micropython.
Super, le problème a disparu. Tout fonctionne correctement maintenant.
The partially restored screen on exit from applications in compatibility mode is a bug in Ndless itself which needs a bit of refactoring, so I won't do that now.
It's totally harmless though, the OS will redraw the file browser on the next key input.
C'est inutile, ce problème a également disparu. Que ce soit à l'exécution du programme, de son lancement par un "exec" depuis un autre programme python, ou encore en quittant l'interpréteur.
TOUT fonctionne parfaitement.
J'en suis sur le c..
C'est le hasard, Vogtinator était déjà dessus, ou tu en as fait la demande ?
-
NouryVIP++
Niveau 11: LV (Légende Vivante)- Posts: 328
- Joined: 07 Sep 2018, 09:19
- Location: Sceaux, France 92
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Plantage à la sortie d'un programme micropython sur Nspi
nbenm wrote:C'est le hasard, Vogtinator était déjà dessus, ou tu en as fait la demande ?
Le topic lui a été linké via IRC, mais a vrai dire il y avait déjà une issue github depuis fin 2017 pour mettre à jour des choses- disons que ton topic a fait resurgir ça + le bug ^^
Apres, l'API de lcd_blit est fait pour être simple à utiliser, donc ce n'est pas tres surprenant que le fix "de base" soit assez rapide. Pour le reste (cf. ce qu'il a dit), en effet, y'a un peu de refactor.
Je pense qu'il faudrait mettre à jour les archives (si ca passe par chez nous au lieu des releases github, je sais plus...)
MyCalcs: Help the community's calculator documentations by filling out your calculators info!
MyCalcs: Aidez la communauté à documenter les calculatrices en donnant des infos sur vos calculatrices !
Inspired-Lua.org: All about TI-Nspire Lua programming (tutorials, wiki/docs...)My calculator programs
Mes programmes pour calculatrices
-
AdriwebAdmin
Niveau 16: CC2 (Commandeur des Calculatrices)- Posts: 14844
- Images: 1133
- Joined: 01 Jun 2007, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Twitter: adriweb
- GitHub: adriweb
Re: Plantage à la sortie d'un programme micropython sur Nspi
nbenm wrote:Vogtinator wrote:Here is a more recent micropython.
Super, le problème a disparu. Tout fonctionne correctement maintenant.
I'm glad to hear that!
The partially restored screen on exit from applications in compatibility mode is a bug in Ndless itself which needs a bit of refactoring, so I won't do that now.
It's totally harmless though, the OS will redraw the file browser on the next key input.
C'est inutile, ce problème a également disparu. Que ce soit à l'exécution du programme, de son lancement par un "exec" depuis un autre programme python, ou encore en quittant l'interpréteur.
TOUT fonctionne parfaitement.
The bug is still there, but micropython does not need lcd_compat anymore.
J'en suis sur le c..
C'est le hasard, Vogtinator était déjà dessus, ou tu en as fait la demande ?
Most of the code was already there, it just needed to be put together and tested. If I can find some time and motivation, I'll try to rebase micropython.tns on the latest upstream release and implement non-CX support for the texture module again.
-
VogtinatorPremium
Niveau 9: IC (Compteur Infatigable)- Posts: 217
- Joined: 29 Mar 2014, 15:55
- Gender:
- Calculator(s):→ MyCalcs profile
Re: Plantage à la sortie d'un programme micropython sur Nspi
Bravo le forum !
J'en ai connu quelques uns, mais là, quelle efficacité !
Merci à tous.
J'en ai connu quelques uns, mais là, quelle efficacité !
Merci à tous.
-
NouryVIP++
Niveau 11: LV (Légende Vivante)- Posts: 328
- Joined: 07 Sep 2018, 09:19
- Location: Sceaux, France 92
- Gender:
- Calculator(s):→ MyCalcs profile
18 posts
• Page 2 of 2 • 1, 2
Return to Native: Ndless, Linux, ...
Who is online
Users browsing this forum: ClaudeBot [spider] and 2 guests