Hello, I would like to know how to change the standard label on the "SIMHUB" oled splash screen to my image?
Hi ! The splash screen is the one built in in the oled library, you can edit it here : C:\SimHub\_Addons\Arduino\ArduinoIDE\arduino-1.6.13\libraries\Adafruit_SSD1306\Adafruit_SSD1306.cpp however I don't know if there is any utility to make it easy to edit.
@admin5435 maybe this can be done using Visual studio? only in this I do not really understand, I looked through the code and did not find a word about the screen saver, I hope you will help me, I will be very grateful. How is the screen saver registered in this file?
I found approximately where it is, replaced the standard logo with my own and nothing has changed, please help me solve this problem I very much want to change the logo to my personal one
Hi ! Have you reuploaded the sketch on the arduino ?
PS : I've merged your new thread with this one, no need to create a new one 😉
@admin5435 Yes, I uploaded the sketch again, but the label simhub remained, I do not understand what the problem is, please help me solve the problem
@admin5435 I understand that there is no solution to my problem, that is, I paid for the full version of the program and I just can't put some kind of screensaver!!! thank you developers
Hi ! I think I've understood your issue, I missed the specific word "screen saver" indeed after the screen is initialised the startup image (which I pointed you in the code) get cleared, there is no "screen saver" feature inside simhub. Unfortunately sending a full bitmap is too heavy for the serial port (it would be too slow) and the Arduino memory is too tight to keep a copy of a full bitmap. That's why oled is restricted to basic shapes (text/rectangles, lines ...) which doesn't have to be transmitted pixel per pixel to the Arduino.
@admin5435 ok thanks for the clarification, I take it this can't be done? even on the Arduino mega? there is more memory there
Indeed it has more memory but serial port is as slow as the other Arduinos. The current philosophy is that nothing except pure hardware settings is stored in the Arduino code, that's why everything has to go though the serial port. I will look if something is possible, but no promises, this serial bottleneck is really limiting possibilities of transmitting full bitmap.
Hello, it would be possible to change the font to be read on the oled screen, if so what would be the way to do it! thankful!
Is it possible to change the Text (easy)?
Good morning
I'm trying to display a static image before starting the engine
how can I do it?
THANKS