Author Topic: Image Pic  (Read 9774 times)

0 Members and 1 Guest are viewing this topic.

Offline trotithuthur

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +3/-0
    • View Profile
Image Pic
« on: September 17, 2011, 03:08:06 pm »
Bonjour, je n'ai pas très bien compris comment dans un prgm en Axe, afficher une image de la calculatrice (au format .8xi)
J'ai essayé quelque chose du genre
Code: [Select]
:[Pic0]->Pic0
:Pt-On(0,0,Pic0
Et d'autres petits codes, mais rien n'y fait, je n'y arrive pas...  :'(
« Last Edit: September 18, 2011, 09:55:19 am by ztrumpet »

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Image Pic
« Reply #1 on: September 17, 2011, 07:33:54 pm »
Pic0 a 756 octets (c'est une image 96x63), mais Pt-On accepte une image 8x8 (8 octets) (désolé, je ne parle pas beaucoup de français)




Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Image Pic
« Reply #2 on: September 18, 2011, 03:15:34 am »
Axe 0.5.3
[Pic0]→Pic0
Pic0→DispGraph


Axe 1.0.3
[Pic0]→Pic0
DispGraph(Pic0)


Ceci devrait fonctionner, théoriquement. Sinon, tu peux copier directement 768 octets (96x64, meme si la derniere ligne est au hasard) dans L6 et faire DispGraph. Mais ça doit être moins optimisé.
« Last Edit: September 18, 2011, 03:23:39 am by Hayleia »
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline trotithuthur

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +3/-0
    • View Profile
Re: Image Pic
« Reply #3 on: September 18, 2011, 04:52:34 am »
Merci beaucoup! Cela marche à merveille, effectivement je suis bien en 1.0.3 donc voilà. :) Parce que oui c'est sur tout recopier en L6, je le sentais pas trop...
Merci :)
« Last Edit: September 18, 2011, 05:28:31 am by trotithuthur »

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Image Pic
« Reply #4 on: September 18, 2011, 09:56:30 am »
I unlocked the topic, as someone else may later have a similar problem and may wish to post here. :)

Google Translate:
J'ai débloqué le sujet, comme plus tard, quelqu'un d'autre peut avoir un problème similaire et peuvent souhaiter poster ici. :)

Offline trotithuthur

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 17
  • Rating: +3/-0
    • View Profile
Re: Image Pic
« Reply #5 on: September 18, 2011, 12:06:52 pm »
Au temps pour moi, je n'y avais pas penser...  ::)