lucio Posted June 29, 2018 Report Share Posted June 29, 2018 Hello everyone, I need help with the display of the 1616 nokia with the controller SPFD54124B, I have in my hands an arduino one Atmega 328p and I could not find in my searches a safe source that made the same work, I am a beginner and I do not have much experience, I'm open to suggestions and from now on I apologize for any errors. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted June 30, 2018 Report Share Posted June 30, 2018 You should start off by getting µGFX running on your platform. There's a guide on how to integrate µGFX into an existing Arduino project. The one for Teensy might be helpful too. Furthermore, you'll find plenty of information in this forum. Link to comment Share on other sites More sharing options...
pashamray Posted July 10, 2018 Report Share Posted July 10, 2018 (edited) On 29/06/2018 at 16:46, lucio said: Hello everyone, I need help with the display of the 1616 nokia with the controller SPFD54124B, I have in my hands an arduino one Atmega 328p and I could not find in my searches a safe source that made the same work, I am a beginner and I do not have much experience, I'm open to suggestions and from now on I apologize for any errors. Google: arduino nokia 1616 first link: https://github.com/fire0shadow/Adafruit-SPFD54124B https://github.com/fire0shadow/Adafruit-SPFD54124B/blob/master/examples/SPFD54124B.ino Run it first. If everything is alright. then you can continue Edited July 10, 2018 by pashamray Link to comment Share on other sites More sharing options...
lucio Posted July 10, 2018 Author Report Share Posted July 10, 2018 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); Link to comment Share on other sites More sharing options...
inmarket Posted July 10, 2018 Report Share Posted July 10, 2018 You will need to contact that library writer or an Arduino forum on support for that. Unfortunately we can only provide support for uGFX. Link to comment Share on other sites More sharing options...
lucio Posted July 11, 2018 Author Report Share Posted July 11, 2018 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" Link to comment Share on other sites More sharing options...
lucio Posted July 12, 2018 Author Report Share Posted July 12, 2018 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 Link to comment Share on other sites More sharing options...
inmarket Posted July 12, 2018 Report Share Posted July 12, 2018 As the code you are referring to is not part of the uGFX library but is from a 3rd party library with no connection to uGFX, we unfortunately cannot help with that. Please contact the people suggested above who might be able to help. Link to comment Share on other sites More sharing options...
lucio Posted July 19, 2018 Author Report Share Posted July 19, 2018 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. Link to comment Share on other sites More sharing options...
lucio Posted August 6, 2018 Author Report Share Posted August 6, 2018 ok Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted August 7, 2018 Report Share Posted August 7, 2018 We cannot help you while you keep ignoring our posts. You can always come back once you have specific questions that we can answer. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now