hi, in the schematic on how to connect a ssd1306 lcd to the lpc17 core there is stated, that the connections BS0, BS1, BS2 should be soldered to ground. i have some ssd1306 lcd with me now but i don´t know, how to connect these three points.
oh, i think i just answered my own question. i have to solder all three bridges to 0 and make it “4SPI”.
can anyone please confirm this? i don´t want to destroy those nice displays. i waited long enough for them (i ordered them last year and it took them almost 7 weeks to get here).
thanks. i guess one can never do enough reading :happy:. many thanks also for the datasheet. i tried so hard to find a datasheet for this particular display, it never crossed my mind to look for a general ssd1306 datasheet :whistle:.
so i expected it to be that way. but i had no chance to try that yet. yesterday i finished changing the bridges B0-B2 to 0 but today i had to get away for business, so i will (finally) be able to test my displays when i come back, friday or saturday.
but it is nice to see, that you got this one working.
another thing i just saw on your pic. are you using illuminated encoders? if so, which brand? are they detented?
i also got some illuminated encoders for my mb seq, but unfortunatly the are not detented. the only ones which are detented, i found in the usa, and i just can´t afford the shipping costs and german customs fee.
I have exactly the same display but unfortunately i cant get it work on my STM32f4 core.
The screen stays black only the led gets on.
My core module should be OK because character displays are working properly.
Settings:
all BS bridges are set to 0
voltage jumper is set to 3V
lcd_type is set to 0x84
led_num_x and lcd_num_y are set to 1
lcd_heigh and lcd_width are set to 128 respectively 64
Thats my display wiring:
This alternative connection (J10B) is only supported by the upcomming CV2 i think and i just had a brief look to the Midibox_CV2 and didn’t find a precompiled file.
Im sorry for that confusion…
What app do you use by now? And whats your Bootloader setings?
lcd_heigh and lcd_width are set to 128 respectively 64
At the moment i am using just the bootloader app.
EDIT** :**
I’ve just noticed the following:
After changing the number of displays with the bootloader app,
then MIOS studio does initialize them and reports which displays failed to initialize.
If i use character displays and connect less character displays than i have set,
MIOS studio reports the missing ones correctly.
But when i use SSD1306 displays, then MIOS studio does not recognize missing ones
regardless how much displays have been connected.
Is this a normal behavior?