Page 4 sur 9

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 27 Oct 2016, 11:52
de Wistaro
MateoConLechuga a écrit:Very nice work Wistaro! :D

So the toolchain has had quite a ton of updates, including RTC support, more OS integration, and many other neat things that you will definitely want to explore. (hint: look at tice.h) Perhaps the most important is the release of v3 of the fileio library, which now allows you to set, store, and recall variables used in BASIC programs, such as Ans, Matrices, Strings, Lists, and others with ease. Be sure to update as soon as you can, and enjoy! :D

Download toolchain: https://github.com/CE-Programming/toolc ... ses/latest
Download libraries: https://github.com/CE-Programming/libra ... ses/latest


Cool, very good work! :bj:


I'll add it asap in the "fileio" section (empty for the moment!), in the tutorial :)


And I'll certaintly translate this topic in english : viewtopic.php?f=12&t=18775&lang=en

if people want to help, it would be with pleasure (Adriweb, Mateo...)...

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 27 Oct 2016, 12:03
de Adriweb
Cool :)

BTW, I added autotester files for all libs demos yesterday :)
See here, here, and here.

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 28 Déc 2016, 05:26
de MateoConLechuga
There is a new update to the toolchain and convpng that totally revamps and fixes compression since everyone seems to want it :P You can check out graphics demos 5 and 7 for useage, and the new header file "decompress.h".

https://github.com/CE-Programming/toolc ... ses/latest

For comparisons:


Input Image
Image

ConvPNG outputs:
no compression = 52802 bytes
old compression = 29966 bytes
new compression = 20881 bytes

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 28 Déc 2016, 10:36
de Wistaro
MateoConLechuga a écrit:There is a new update to the toolchain and convpng that totally revamps and fixes compression since everyone seems to want it :P You can check out graphics demos 5 and 7 for useage, and the new header file "decompress.h".

https://github.com/CE-Programming/toolc ... ses/latest

For comparisons:


Input Image
Image

ConvPNG outputs:
no compression = 52802 bytes
old compression = 29966 bytes
new compression = 20881 bytes


Cool, nice !

Good work :bj:

I will update this tutorial asap

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 28 Déc 2016, 12:18
de Adriweb
Nice work, indeed :)
Any downside to always using the turbo decompress variant? I haven't looked in detail

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 04 Jan 2017, 19:33
de Wistaro
Mise à jour 3.2:
  • Ajout d'informations sur l'écran de la calculatrice
  • Ajout d'informations pour afficher une valeur sur l'écran graphique
  • Amélioration de la mise en page pour certains paramètres
  • Rajout dans la section "liens utiles" des programmes de démos
  • Rajout du lien vers l'IRC ez80-dev
(merci à Themachine02 pour certaines précisions)

Je n'ai pas encore parlé de la gestions des sprites avec la nouvelle méthode de compression, je le ferais après, je compte refaire une grosse section dessus.

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 17 Jan 2017, 21:30
de Pyroo
Existe t il un Topic identique pour la programmation en basic ?

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 17 Jan 2017, 21:32
de Hamza.S

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 29 Jan 2017, 19:44
de Wistaro
Mise à jour 4.0:
  • Refonte totale de la mise en page: ajout d'un sommaire, d'ancres, de titres, de sous-titres.
  • Ajout de fonctions propres à l'OS:
    • Voir/Modifier la date et l'heure
    • Afficher le niveau de batterie
    • Détecter la pression sur la touche ON
    • ...
  • Ajout d'un paragraphe sur les pointeurs en C
  • Ajout d'infos sur le type gfx_image_t pour les sprites
  • Correction de liens cassés
  • Correction de coquilles/fautes d'orthographe

N'hésitez pas à signaler toute faute/incohérence :)

Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels

Message non luPosté: 29 Jan 2017, 19:49
de sautax
Tu devrais écrire en gros, gras, rouge que éteindre la calculatrice via boot_turnOff() est une très mauvaise idée car le commentaire // n'est pas très visible .