Search found 2 matches

by v.stefa
Thu Sep 15, 2016 9:39 pm
Forum: Display
Topic: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU0059)
Replies: 42
Views: 75569

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

The second error can be solved adding the line #include <avr/dtostrf.h> in the file HCuOLED.h . For the first error, in the file fonts.h the row 3002 const PROGMEM uint16_t MedProp_11ptDescriptors[][2] = sould be changed in const PROGMEM unsigned int MedProp_11ptDescriptors[][2] = Code can now compi...
by v.stefa
Thu Sep 15, 2016 6:21 pm
Forum: Display
Topic: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU0059)
Replies: 42
Views: 75569

Re: 1.3" SH1106 uOLED Display Module (HCMODU0058 & HCMODU005

Hello, I buought two SH1106 displays and I can't get them working using Arduino Due. Are there any workarounds for the following two compile errors? **************************** C:\Users\.....\Documents\Arduino\libraries\HCuOLED\fonts.h:3114:1: error: cannot convert 'const uint16_t* {aka const short...

Go to advanced search