jcrona / mcugotchi

A Tamagotchi P1 emulator for microcontrollers
GNU General Public License v2.0
98 stars 7 forks source link

Opentama board SSD1306 not work #2

Open lz2sat opened 6 months ago

lz2sat commented 6 months ago

I try to build OpenTama with SSD1306 0.96" , i edited in board_opentama.h i uncommented line #define BOARD_HAS_SSD1306 and commented //#define BOARD_HAS_UC1701X , build and flashed but OLED is blank .. previously i use other type display and board is working (not been UC1701x and image was mirrored but all work).Maybe some other file need to be edited , or some previous settings remains in eeprom from old firmware?Thanks in advance and have a nice day!

jcrona commented 3 months ago

Hi @lz2sat,

Please try with the current code base. A timing issue regarding how the CS pin was handled has been recently pushed.

BR