OLED SCREEN
 
Notifications
Clear all

OLED SCREEN

12 Posts
4 Users
0 Likes
3,331 Views
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

Hello, I would like to know how to change the standard label on the "SIMHUB" oled splash screen to my image?

This topic was modified 3 years ago 2 times by ждаа1995

   
Quote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

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.


   
ReplyQuote
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

@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?

This post was modified 3 years ago 3 times by ждаа1995

   
ReplyQuote
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

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


   
ReplyQuote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

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 😉


   
ReplyQuote
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

@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


   
ReplyQuote
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

@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

This post was modified 3 years ago by ждаа1995

   
ReplyQuote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

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.

 


   
ReplyQuote
(@zhdaa1995)
Active Member
Joined: 3 years ago
Posts: 9
Topic starter  

@admin5435 ok thanks for the clarification, I take it this can't be done? even on the Arduino mega? there is more memory there


   
ReplyQuote
(@admin5435)
Prominent Member Admin
Joined: 7 years ago
Posts: 728
 

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.


   
ReplyQuote
(@alex-failta)
New Member
Joined: 3 years ago
Posts: 1
 

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!


   
ReplyQuote
(@mightymuelo)
Active Member
Joined: 2 years ago
Posts: 5
 

Is it possible to change the Text (easy)? 


   
ReplyQuote
Share: