Jump to content

lucio

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by lucio

  1. On 12/07/2018 at 17:34, inmarket said:

    Como o código a que você está se referindo não faz parte da biblioteca uGFX, mas sim de uma biblioteca de terceiros sem conexão com a uGFX, infelizmente não podemos ajudar com isso. Entre em contato com as pessoas sugeridas acima que possam ajudar.

    I am requesting help with the uGFX library, I saw that it supports the SPFD54124B driver, please help me to inderagi it with the arduino.

  2. On 10/07/2018 at 18:31, inmarket said:

    Você precisará entrar em contato com esse escritor de biblioteca ou um fórum do Arduino para obter suporte. Infelizmente, só podemos fornecer suporte para o uGFX.

    so please help me to interact my arduino with your library, from what I saw she has support for this controller, I've read a lot about but I'm a layman and I'm lost please help me

  3. I managed to reduce the error until this, can someone help me

     

     

    Arduino: 1.8.5 (Windows 7), Placa:"Arduino Nano, ATmega328P"

    In file included from C:\Users\usuario\AppData\Local\Temp\arduino_modified_sketch_131873\SPFD54124B.ino:3:0:

    C:\Users\usuario\Documents\Arduino\libraries\Adafruit-SPFD54124B-master/Adafruit_SPFD54124B.h:94:2: error: expected unqualified-id before 'void'

      void writeCommand(uint8_t c);

      ^

    exit status 1
    Erro compilando para a placa Arduino Nano

    Este relatório teria mais informações com
    "Mostrar a saida detalhada durante a compilação"
    opção pode ser ativada em "Arquivo -> Preferências"
     

  4. hi thanks for the return to this post, I have been trying for some time without success, I am Brazilian I do not know much about arduino and you can imagine the work of translating research and more research ... I find it difficult to find something about this lcd, had already tried this link file up but without success, tried again and again nothing works, it presents the following error when compiling ...


    ? \ Users \ User \ Documents \ Arduino \ libraries \ Adafruit-SPFD54124B-master / Adafruit_SPFD54124B.h: 85: 4: error: expected ';' at the end of the declaration

    ? \ Users \ user \ Documents \ Arduino \ libraries \ Adafruit-SPFD54124B-master / Adafruit_SPFD54124B.h: 85: 53: warning: ISO C ++ forbids declaration of 'Color565' with no type [-fpermissive]

        uint16_t Color565 (uint8_t r, uint8_t g, uint8_t b);

                                                         ^

    ? \ Users \ user \ Documents \ Arduino \ libraries \ Adafruit-SPFD54124B-master / Adafruit_SPFD54124B.h: 89: 3: error: expected unqualified-id before 'void'

       void writeData (uint8_t c);

×
×
  • Create New...