File-loading use "fl" using hubram.
In case of Development kernel, free area is 15kbyte.
Big file cannot load in free area.
So, I made RAMDISK(512kbyte).
Loading sample.f(size:33kbyte) by "fl"
sample.f combined from i2c_utility_0.4.2.f and SSD1306(128x32)_0.1 and demo_0.1.f.
9224 characters overflowed
Prop0 Cog6 ok
CON:Prop0 Cog5 RESET - last status: 0 ok
I always thought a variable speed clock with a week-long rotation period (weekends being 50% of the dial) would be a cool novelty item. Good to see caskaz !
Trying to work HD66732.
This LCD controler has JIS Level-1 and Level-2 Kanji ROM.
This also has character RAM(4line 20digit) and graphic RAM(120x52dots).
Not operating perfectly yet.
This module(LM4049:using HD66732) are sold only this shop in Nipponbashi.
Including adaptor-board for film connector.
Price is 980 Yen(including tax).
It seems there are about 100 pcs in stock.
No parts in Akihabara.
Thanks, caskaz!
I found the place on google maps. I may be able to go to Osaka again in a few months. It's much easier for me to go there than to Tokyo anyway (I have never actually been in Akihabara).
Hi.
I try to use USB-memory by using CH376S.
Using serial I/O.
I have trouble.
After opening/appending/writing file, error occur trying to open file again.
Searching files inside directory, opening file have no error.
When closing file, it seems file-pointer is file-end.
Do you have how to solve trouble?
Prop0 Cog6 ok
init_USBmemory
CMD_SET_USB_MODE operation successfull.USB device is present.
Checking USB Disk connection status:>Connection to USB -- ok
Mounting USB diskST: 0_000_000_031
ST: 0_000_000_020
>USB Mounted -- ok
20_690 00_036:
20_690: 000 128 000 001 031 115 109 105 066 085 070 070 065 076 079 032 .....smiBUFFALO
20_706: 085 083 066 032 070 108 097 115 104 032 068 105 115 107 032 032 USB Flash Disk
20_722: 052 048 048 048 058 032 100 105 115 107 081 117 101 114 121 013 4000: diskQuery.
BUFFALO USB Flash Disk 4000
Totale Capacity:505855 kb
Logical Total Capacity:505248 kb
Free Capacity:505248 kb
FAT file system type:FAT
Prop0 Cog6 ok
dir /*
>Readable inside directory
TEST1.TXT TEST2.TXT TEST3.TXT TEST4. TEST8.TXT
Prop0 Cog6 ok
setFileName TEST1.TXT
Prop0 Cog6 ok
openFile .
>File opened successfully
20 Prop0 Cog6 ok <--- USB_INT_SUCCESS
readFile
Reading file:PropForth5.5
Prop0 Cog6 ok
0 closeFile
Closing file:>File closed successfully.
Prop0 Cog6 ok
setFileName TEST1.TXT
Prop0 Cog6 ok
openFile .
>Failed to open file. Error code:66
66 Prop0 Cog6 ok <-- ERR_MISS_FILE
dir /*
>Readable inside directory
TEST1.TXT TEST2.TXT TEST3.TXT TEST4. TEST8.TXT
Prop0 Cog6 ok
setFileName TEST1.TXT
Prop0 Cog6 ok
openFile .
>File opened successfully
20 Prop0 Cog6 ok <--- USB_INT_SUCCESS
readFile
Reading file:PropForth5.5
Prop0 Cog6 ok
0 closeFile
Closing file>File closed successfully.
Prop0 Cog6 ok
Comments
Only moving.
Moving code is below;
Please check i2c_device's folder inside my github.
In case of Development kernel, free area is 15kbyte.
Big file cannot load in free area.
So, I made RAMDISK(512kbyte).
Loading sample.f(size:33kbyte) by "fl"
sample.f combined from i2c_utility_0.4.2.f and SSD1306(128x32)_0.1 and demo_0.1.f.
After Loading "RAMDISK_0,1.f" , execute below;
Loading sample.f by "flRAM"
Success loading file.
There are text of "sample.f" inside RAMDISK
I wrote code to load program for TK85.
It sound like nostalgia.
Uploded code and pdf to github(2016/9/25 11:54).
This LCD controler has JIS Level-1 and Level-2 Kanji ROM.
This also has character RAM(4line 20digit) and graphic RAM(120x52dots).
Not operating perfectly yet.
Not displaying 7bit-code characters yet.
Including adaptor-board for film connector.
Price is 980 Yen(including tax).
It seems there are about 100 pcs in stock.
No parts in Akihabara.
I found the place on google maps. I may be able to go to Osaka again in a few months. It's much easier for me to go there than to Tokyo anyway (I have never actually been in Akihabara).
I try to use USB-memory by using CH376S.
Using serial I/O.
I have trouble.
After opening/appending/writing file, error occur trying to open file again.
Searching files inside directory, opening file have no error.
When closing file, it seems file-pointer is file-end.
Do you have how to solve trouble?
Today is her 13years old birthday(Jan 2).
Sending JPEG data to Processing after receiving them from LS-Y201.
Photo is a llitle dark and poor color.
This is under debug yet.
Not complete yet.
Change directory to down is ok.
But cd to up is NG.
Createfile,Deletefile are ok.
CreateDirectory is NG.
Yet strange operation.
Now under debug.