Log In  


Cart #jocsencat_bprint-0 | 2025-01-13 | Embed ▽ | License: CC4-BY-NC-SA
1

[CAT]
Hola a tots! He fet una petita utilitat per poder mostrar per pantalla els caràcters especials del català a Picotron. En concret afegeix suport per als caràcters:
ÀÈÉÍÓÒÚ àèéíòóú ÏÜ ïü Çç l·l

Sou lliures de modificar-la si voleu. Aquest cartutx és un exemple d'ús. Només cal:
1-Importar la llibreria al vostre cartutx
2-Importar-la al codi (com a l'exemple)
3-Ja podeu utilitzar les funcions de la llibreria. Són dues: bcursor(x,y) i bprint(text, [x], [y], [color])

Podeu obtenir el cartutx amb la comanda load #jocsencat_bprint

[ENG]
Hello everyone! I've created a small utility to display Catalan special characters on-screen in Picotron. Specifically, it adds support for the following characters:
ÀÈÉÍÓÒÚ àèéíòóú ÏÜ ïü Çç l·l

You are free to modify it if you'd like. This cartridge is an example of how to use it. Here's what you need to do:
1-Import the library into your cartridge.
2-Include it in your code (as shown in the example).
3-You can now use the library's functions. There are two: bcursor(x, y) and bprint(text, [x], [y], [color])

You can get the cartridge using load #jocsencat_bprint

1



[Please log in to post a comment]