Ahh that explains why that u8glib worked but was incredibly dark. It wasnt turning on the supply.
That benchmark test was only designed to see if i could tweak setpixel, it didnt seem to make much of a difference to text.
It DID make drawing lines a LOT faster though!
Search found 71 matches
- Tue Sep 03, 2013 9:59 am
- Forum: OLED128 Display
- Topic: Speed
- Replies: 7
- Views: 7850
- Tue Sep 03, 2013 7:33 am
- Forum: OLED128 Display
- Topic: Speed
- Replies: 7
- Views: 7850
Re: Speed
I have gotten the following code down to a benchmark value of 2314 ms from the original of 7020ms. Thats under a third of the original speed. That has involved the hardcoding of the pins used however. And the use of digitalWriteFast2, plus some inlining of the SPI code. I have edited FTOLED.h a bit ...
- Tue Sep 03, 2013 6:25 am
- Forum: OLED128 Display
- Topic: Speed
- Replies: 7
- Views: 7850
Re: Speed
Just found something that doubles the speed of some of the operations.
https://code.google.com/p/digitalwritef ... p&can=2&q=
https://code.google.com/p/digitalwritef ... p&can=2&q=
- Mon Sep 02, 2013 12:42 pm
- Forum: OLED128 Display
- Topic: Speed
- Replies: 7
- Views: 7850
Re: Speed
Ooo thanks for the speedy reply! I have already attacked the stripchart sketch and removed all unneccessary code down to basically measuring and drawing one analog channel only. Its nice and fast until you get a big signal on the analog line, and the extra pixels being drawn significantly slow down ...
- Sun Sep 01, 2013 2:38 pm
- Forum: OLED128 Display
- Topic: Speed
- Replies: 7
- Views: 7850
Speed
Is there a datasheet to the actual controller for this device? I would like to get faster line drawing code, i actually want to play with 3d objects and the accelerometer module for some cool stuff heh. And when using the "secondary" connections, is that hardware SPI? or software. There is a MCU run...
- Mon Jun 17, 2013 12:36 pm
- Forum: Product / Device Ideas
- Topic: Allegro Current Sensors
- Replies: 0
- Views: 2573
Allegro Current Sensors
Very usefull!
The allegro company has a whole bunch of hall effect current sensors. Having one of those in the 100amp range would be useful, as well as 5-20 amps.
The allegro company has a whole bunch of hall effect current sensors. Having one of those in the 100amp range would be useful, as well as 5-20 amps.
- Thu Nov 15, 2012 1:07 pm
- Forum: LeoStick
- Topic: Using LeoStick temperature sensor
- Replies: 3
- Views: 4513
Re: Using LeoStick temperature sensor
What happens when you add this to the sketch:
long TIOCMSET;
long TIOCMSET;
- Thu Nov 15, 2012 1:04 pm
- Forum: Random Chit-Chat
- Topic: Sorry for the silence
- Replies: 19
- Views: 15965
Re: Sorry for the silence
Can we make the first 10 posts of all new members moderated?
- Mon Nov 12, 2012 1:13 pm
- Forum: Product / Device Ideas
- Topic: stackable I2C motor shields/brushed DC servo driver
- Replies: 9
- Views: 8770
Re: stackable I2C motor shields/brushed DC servo driver
Like you mentioned your most serious problem is noise. Electric motors, especially brushed ones, can cause serious noise in circuits. The other problem is random currents floating around your earth and power. I do know what you mean though, be able to physically stack them, and address them by speci...
- Mon Nov 12, 2012 1:05 pm
- Forum: Module Discussion
- Topic: RTC Module wtih DMD
- Replies: 1
- Views: 3059
Re: RTC Module wtih DMD
Hi Ben, thats the kind of thing the arduino was designed for.
What my procedure would be:
First, create a sketch to simply set and display the sign.
Then, create a sketch to display text of your own on the DMD.
The merge the two
Thats how i learned how to program the arduino haha
What my procedure would be:
First, create a sketch to simply set and display the sign.
Then, create a sketch to display text of your own on the DMD.
The merge the two

Thats how i learned how to program the arduino haha