defragster
Senior Member+
Good to see the SSD1306 works for you on T_3.5, I moved it across the various I2C ports with the NOX771 work done on T_3.6 to good effect. I found the same issues you did - having to change the defaults. I think that is the common display, putting those as the defaults would be good.
OT - but why does the F_MEM on T_3.6 have such an odd number? I'll post the T_3.6 numbers elsewhere as the PWM count is WRONG? Should be 22.
Using the TD_1.30b4 on my IDE 1.6.11 I get these numbers - Hey Kurt - look at the digital pin count!::
and for T_3.6::
OT - but why does the F_MEM on T_3.6 have such an odd number? I'll post the T_3.6 numbers elsewhere as the PWM count is WRONG? Should be 22.
Using the TD_1.30b4 on my IDE 1.6.11 I get these numbers - Hey Kurt - look at the digital pin count!::
CPU is T_3.5
F_CPU =120000000
ARDUINO =10611
F_PLL =120000000
F_BUS =60000000
F_MEM =24000000
NVIC_NUM_INTERRUPTS =86
DMA_NUM_CHANNELS =16
CORE_NUM_TOTAL_PINS =64
CORE_NUM_DIGITAL =64
CORE_NUM_INTERRUPT =64
CORE_NUM_ANALOG =23
CORE_NUM_PWM =20
and for T_3.6::
CPU is T_3.6
F_CPU =180000000
ARDUINO =10611
F_PLL =180000000
F_BUS =60000000
F_MEM =25714286
NVIC_NUM_INTERRUPTS =100
DMA_NUM_CHANNELS =32
CORE_NUM_TOTAL_PINS =64
CORE_NUM_DIGITAL =64
CORE_NUM_INTERRUPT =64
CORE_NUM_ANALOG =23
CORE_NUM_PWM =20