revoxhere / duino-coin

ᕲ Duino-Coin is a coin that can be mined with almost everything, including Arduino boards.
https://duinocoin.com
MIT License
1.09k stars 511 forks source link

esp-s2 board no display #1824

Open hawaiimaroc opened 1 month ago

hawaiimaroc commented 1 month ago

Describe the bug A clear and concise description of what the bug is. connected a ssd1306 display to a esp-s2 board and its was not working.

To Reproduce Steps to reproduce the behavior: connect a ssd1306 display to pin 35 and 33 of a esp-s2 board. it will stay black.

Expected behavior display will not work

Screenshots/photos If applicable, add screenshots or photos to help explain your problem.

System (please complete the following information):

Additional context adding "- wire.start (33,35) at line 582 in #ESP_CODE_4_3# will solve the problem.

#if defined(DISPLAY_SSD1306) || defined(DISPLAY_16X2)
    Wire.begin(33,35); //  sda - scl
    screen_setup();
    display_boot();
    delay(2500);
#endif
revoxhere commented 1 month ago

This is not a duino-coin issue. The Settings.h page clearly says to adjust the pins to your setup.

hawaiimaroc commented 1 month ago

then other problem i noticed with the S2 board; without display the hashrate is around 95 khz and difficulty 6400. with display the hashrate become around 38 khz and difficulty becomes 8200. i dont think this is right.