@DrAzzy - I don't want to actually take advantage of the full 512kB because it's not guaranteed that the board will have it at all. This batch may all have it (I have no guarantee), but it's extremely likely that the next batch of boards won't :(
But yes, I refactored all the code to work with both modules at the same time - so I was pretty fed up to find out that it wouldn't work! Someone could refactor all the duplicate names (cc3k_send / wiznet_send / etc) and it might spring into life though.
@JumJum: the changes were done for that very reason! I'm considering also adding an option for a DC pin, which would be set with the 9th bit of the data that was sent. That should massively speed up those displays (as well as simplifying the code).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@DrAzzy - I don't want to actually take advantage of the full 512kB because it's not guaranteed that the board will have it at all. This batch may all have it (I have no guarantee), but it's extremely likely that the next batch of boards won't :(
But yes, I refactored all the code to work with both modules at the same time - so I was pretty fed up to find out that it wouldn't work! Someone could refactor all the duplicate names (cc3k_send / wiznet_send / etc) and it might spring into life though.
@JumJum: the changes were done for that very reason! I'm considering also adding an option for a
DC
pin, which would be set with the 9th bit of the data that was sent. That should massively speed up those displays (as well as simplifying the code).