|
10/04/2017, 04:40 PM | #176 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
Images updated.
Will try to create a video how it work with corals.
__________________
my tank online: http://ledacik.com |
10/04/2017, 08:56 PM | #177 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
video
__________________
my tank online: http://ledacik.com |
10/17/2017, 02:32 AM | #178 | |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Quote:
|
|
10/18/2017, 07:10 AM | #179 | |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
Quote:
__________________
my tank online: http://ledacik.com |
|
10/18/2017, 07:12 AM | #180 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
10/19/2017, 08:52 AM | #181 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
Not sure what you mean.
This TFT has only one resolution: 240x320
__________________
my tank online: http://ledacik.com |
10/19/2017, 09:06 AM | #182 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
10/19/2017, 09:23 AM | #183 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
10/19/2017, 09:39 PM | #184 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
TFT drivers
__________________
my tank online: http://ledacik.com |
10/19/2017, 10:01 PM | #185 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
10/19/2017, 10:07 PM | #186 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Oops again, itbd driver supports ssd1289.
|
10/19/2017, 11:32 PM | #187 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
I'm getting confused, is ITBD a library that supports various IC's? or is it an IC?
Also does it support the SSD1289 IC? |
10/21/2017, 01:37 PM | #188 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
11/03/2017, 09:10 AM | #189 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
I got the Mega, touch screen shield and ILI9341 based touch screen, the Mega seems to work properly, the touch screen has a few artifacts on some of the screens and the touch operation is kind of weird, if I touch a button on the top nothing happens, if I touch it like it's an opposite it works, basically the top to bottom axis is reversed, any solution or is the screen/shield faulty?
|
11/03/2017, 12:01 PM | #190 | |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Quote:
http://www.ferduino.com/forum/viewtopic.php?f=8&t=102 |
|
11/04/2017, 05:12 AM | #191 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
open a case, get money back?
__________________
my tank online: http://ledacik.com |
11/04/2017, 05:16 AM | #192 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
11/17/2017, 12:34 PM | #193 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
I bought a new touch screen whilst awaiting the replacement, works well. Hopefully will be able to test the LED's over the weekend. I did notice some artifacts on the lower half of the screen, these disappeared after naming the channels.
Looking forward to finally powering up my lighting, my wife can have the dinning table back! |
12/29/2017, 05:09 AM | #194 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Well I blew up my arduino and the new touch screen a few weeks back, little mishap
Today I received the replacement touch screen for the original I had bought, again it's the same one with the Y-axis reversed, the screen pcb is marked TFT_320QDT_9341, it seems that many people have this screen and now is becoming common, everyone has the same issue. The issue can be edited in the code, I think I have booked marked the solution somewhere. Kapelan, is there any chance you can release a version for this board? I can email the links that I've found if it's of any help. |
12/30/2017, 03:31 AM | #195 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
v 2.17
version 2.17 has a quick fix to support touch screen with Y-axis reversed:
https://drive.google.com/open?id=0B4...ktMcGNfR0E4QkU Before loading controller software please run on Arduino this script: HTML Code:
#include <EEPROM.h>
void setup()
{
EEPROM.write(274,2);
}
void loop(){
}
__________________
my tank online: http://ledacik.com |
12/30/2017, 04:23 AM | #196 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Thank you very much, that works great!
|
03/22/2018, 06:23 AM | #197 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
Hi Kapelan, is the ds3231 incompatible with your controller?
I was trying to get one to work and it is either incompatible or faulty, I'm ordering a ds1307. |
03/24/2018, 11:25 AM | #198 |
Registered Member
Join Date: May 2008
Location: Canada
Posts: 159
|
Unfortunately library from ds3231 not backward compatible to ds1307
__________________
my tank online: http://ledacik.com |
03/24/2018, 11:29 AM | #199 |
Registered Member
Join Date: Dec 2016
Posts: 39
|
|
04/13/2018, 10:29 PM | #200 | |
Registered Member
Join Date: Aug 2004
Location: New London, WI
Posts: 592
|
Quote:
using your sketch for the first time this evening and like very much how it is thought out. The led lights work using LDD-1000H and 700H drivers. The DS1307 is keeping and saving time as it's supposed to do. however the DS18B20 that is connected to A3 is not found, it did work using an example sketch from the DallasTemperature library before I loaded your sketch. There is an AVC 120MM 4pin fan connected to pin 46 through a Coralox ver 1.5 fan controller board - it runs when the lights are on but at full speed. Does this controller identify pin 46 as a fan specifically? I will be doing more testing with this tomorrow, but did want to let you know how well thought out this was and so easy to load! |
|
Tags |
aquarium controller, arduino, led, led controller |
|
|