A
Reaction score
2

Latest activity Postings About

    • A
      Anubis1985 replied to the thread SH1106 et SSD1327.
      Bonjour, Je viens de mètre a jour le jeu de carractére ( Carracteres_2026.bas) dans le message #125. Cela a permis de résoudre le...
    • A
      Anubis1985 replied to the thread SH1106 et SSD1327.
      Merci. je pence que ce travail pourra être très utile pour d'autre membre du forum qui souhaite développer des applications nécessitant...
    • A
      Anubis1985 replied to the thread SH1106 et SSD1327.
      Salut MGU, Voici un programme pilote (Lib_SH1107_PICAXE_20X2_9600.bas) pour un SH1107 ou SH1106 (le programme reconnait l'afficheur est...
      • Pilote_SH1107.png
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, I applied the suggested tips to reduce the code, and they worked well. I also fixed some bugs in the program. The character limit is...
      • 5-07-2026.png
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, I have just finished creating a program for a PICAXE 20X2 that allows it to draw geometric shapes and display text in two fonts by...
      • SH1107 9600.png
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, The project is evolving. The program is now able to differentiate between an SH1106 and an SH1107 and configures itself accordingly...
      • Lib_SH1106.png
      • Lib_SH1107.png
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, That's very interesting. I just saw that it can be replaced: lookup...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, I found out why (andnot) wasn't working. I had forgotten to change the (ClearY) variable. (ClearY) is now passed to b2. Here's an...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hi, Here is the complete code with all the modifications that have been made (.Lib_SH1107_PICAXE_20X2_24LC512 Compresser.bas) Here is...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hello, The proposed code does not work. (tested) if ClearPixel = 0 then : b1 = b1 ANDNOT ClearY endif Here is what the (Draw Pixel)...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hello, I just saw that it's possible to replace: if ClearPixel <> 0 then if ClearY = 0 then : bit8 = 0 endif if ClearY...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hello, I just finished my structure for compressing 8x16 numbers, which you can see below. Indeed, it saves a lot of memory. Thanks...
    • A
      Anubis1985 replied to the thread SH1106 et SSD1327.
      Bonjour MGU, Suite au astuces donner par AllyCat pour compresser d'avantage mon programme sur le forum ...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hello, I just tested the code to compress the program with my SH1107 and I can confirm that all the examples given work very well...
    • A
      Anubis1985 replied to the thread SSD1327.
      Hello, I have a version of my program where the character set is stored in a 24LC512 to free up as much memory as possible on the...
      • Photo2_Lib_SH1107_PICAXE.jpg
  • Loading…
  • Loading…
Back
Top