Posts

Showing posts from March, 2015

Update to 11.01 failed twice

hi, i tried update 11.01. ps open first time, closed after download started second time. email app-eudora open both times. what now? thanks, i've been having same problem, tried via cs4 updater , via download install. each time mesaage "update failed install" this sum of 6 attempts, yesterday evening , today, fresh installs each time (after wiping previous attempt) my cs4 updater no longer shows update available still showing still have v11.0 More discussions in Photoshop Windows (read only) adobe

Changing the range of SRF 10 ultrasonic distance sensor

Image
hallo i use arduino uno connected ethernet shield (there micro sd in ethernet shield board saving datalog in txt). then, connect ethernet shield srf 10 devantech ultrasonic distance sensor. used coding #include <wire.h> #include <spi.h> #include <sd.h> string cm = " cm"; const int chipselect = 4; void setup() {   wire.begin();                // join i2c bus (address optional master)   serial.begin(9600);          // start serial communication @ 9600bps     serial.print("initializing sd card...");     // see if card present , can initialized:   if (!sd.begin(chipselect)) {     serial.println("card failed, or not present");    // don't more:     // return;   }   serial.println("card initialized."); }   int reading = 0;   void loop() {   string datastring = "";     // step 1: instruct sensor read echoes   wire.begintransmission(112); // transmit device #112 (0x70)   // address specified in datasheet 224 (0xe

Why does photoshop make my pictures washed out- Save for web

hi [links deleted] im using cs3...so has been annoyance me while now... image adjusted how want it. go file/save web , devices (i'm saving websites) , when save jpeg images noticeable amount brighter , washed out...unless open jpg file in ps, image looks fine! know why happens? annoying have make images dark in photoshop , save web , see if looks want to! guys! check color profile settings generic monitor , graphics card color settings , convert rgb option in save web , devices dialog. if using specific calibration, it's quite possible results off outside ps... mylenium More discussions in Photoshop Windows (read only) adobe

Please help!!! I can't install CS4 Trial...

i followed instructions t , when click on ps symbal says setup, won't nothing. tried on laptop won't work on sons computer him try out software. anyone have other suggestions? by way, not running 64 bit computer think safe. sons computer 5 yrs old. thanks million, melissa please more specific. operating system exactly? kind of user? computer? 5 years sounds suspicious. may indicate older pentium, celeron or amd computer, not qualaified cs4... mylenium More discussions in Photoshop Windows (read only) adobe

Control Motor Paso a Paso 3.6V y 2A

hola soy nuevo en esto de arduino y voy intentar realizar un proyecto que detallare continuación. el objetivo es controlar un motor paso paso bipolar de 3.6v y 2a , por ahora tenía pensado utilizar un arduino uno para el control del motor para realizar las funciones que necesite, que no es más que cada cierto tiempo girar unas cuantas veces y detenerse hasta una nueva señal de inicio. por el momento el código no es problema. mi problema es el driver utilizar, en un principio pensado en un pololu drv8834 https://www.pololu.com/product/2134, pero tiene una corriente por fase de 1.5a con pico de 2a , este caso alguien sabe si podria utilizarlo durante 30 segundos aunque se caliente un poco sin que se dañase? la otra opción sería poner algún otro driver que suministre mayor tensión de la necesaria con una corriente de 2a, no se si sería posible y que problemas podría tener con ello. gracias el drv 8825 aguanta un pelin mas de intensidad y ademas acepta volta

Controlling DC motors using Pi - Raspberry Pi Forums

hi all, working on robotic project , encountering difficulties in controlling 2 dc motors. anyway, using raspberry pi 3 , dual channel 10a dc motor driver drive 2 dc motors (dual shaft self-locking dc worm gear motor). using driver drive bigger motor capacity , make them work servo motor. managed send signal , run motors can't stop them running. please help, thankful. code: select all import rpi.gpio gpio import time gpio.setmode(gpio.board) gpio.setup(12,gpio.out) pwm=gpio.pwm(12,100) pwm.start(20) time.sleep(1) pwm.stop() in fact, have little knowledge on controlling motors.. if can guide me or show me reference grateful . hi. able need know motor control board using , , how have connected pi. boards required more 1 connection, there speed , direction , stop-star, depending on board depends how achieved. raspberrypi

Arduino-Yun Wifi - Internet Commands?

hello- i've got standard push button program connected no relay closes when 'button' pushed, thereby connecting arduino's 5v pin pin #3. this standard button program monitors #3 pin state. on arduino yun wifi shield connected lan.  because of yun shield setup, don't have easy method of monitoring shield via serial monitor (nor think need one).  want though insert appropriate programming commands send call api @ internet site (if/when button pushed , pin state = high).  here instructions (from internet site) how send call appropriately i'll notified website: pushingbox api simple, launch scenario of notifications can send http request or email. argument should attach deviceid. unique key identify scenario want launch. deviceid can found on scenario page.  you can put more arguments define customs notifications text using own variables. http api using command line in terminal get method curl "http://api.pushingbox.com/pushingbox?devid=v0123456789abc

Sensor de sonido y led

hola todos! recientemente empezado utilizar arduino... quiero hacer que cada vez que se oiga un cierto sonido se encienda la led y se apague. pero como soy un novato, solo puedo hacer que se abra el led xd. por aquí os dejo la programación que tengo por ahora. si me pudieras ayudar os lo agradeceria. gracias de antemano. code: [select] int rango = 600; int volumen; void setup() {     pinmode(13, output);   // put setup code here, run once: } void loop() {   volumen = analogread(a0);   if (volumen < 100)   {     digitalwrite (13, high);   }   else   {     digitalwrite(13,low);       }     // put main code here, run repeatedly: } por favor, lee las normas del foro, sobretodo la parte relativa al pegado de código y reedita tu mensaje. gracias! Arduino Forum > International > Español > Proyectos (Moderators: surbyte, Hector_A

problems with adjustment layers in image

i've been working image half dozen layers. of these curves adjustment layers, i've added layer, using soft light mode, , paint either in black or white dodge , burn image. @ point, when started painting in layer, or in masks of adjusment layers, instead of seeing results in image, i'm see red brush strokes being added image. looks red when toggle "\" key , you're seeing what's in layer , masks in rubylith. also, when select layer, turns light gray, not blue, other images. what wrong here? david okay, don't know problem was, fixed going channels, deleting 'mask' channel, adding mask curves adjustment layer. all well, i'm still curious happened. d. More discussions in Photoshop Windows (read only) adobe

Luz andon

hola tengo un stack light o luz andon de 5 colores con su caja de botones , la idea es que al encender una luz yo pueda saber cual de ellas se encuntra encendida. me podrian ayudar... saludos daniel y esto es un proyecto? si no aportas nada, muy pocos te van responder. deberías comenzar aportando que una stack light es esto  y entonces decir... : yo esperaba detectar el color usando un detector de colores. investigué tal cosa, bla bla bla , que opinan? Arduino Forum > International > Español > Hardware (Moderators: surbyte, Hector_A) > Luz andon arduino

Thread: XP Crashed, Need Access via Ubuntu

Image
hi, got trojan on xp partition apparently, , windows won't boot up, restarts once xp begins load , i'm booting xp, , on. unfortunately unused space 8mb, can't install ubuntu live cd have onto separate partition, or update 8.10. @ point i'm trying gain access windows files, , i'm having problems mounting c: drive can pull off files onto external hard drive. appreciated, have photography needs recovered ! thanks! oh, , gparted not resize xp partition though it's 320 gb. do have access pc disc burner , spare cd? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] XP Crashed, Need Access via Ubuntu Ubuntu

Problema entrate digitali Mega

buongiorno tutti, il progetto che sto portando avanti è l'integrazione della scheda arduino mega 2560 in una macchina automatizzata che sfrutti tutti 54 i/o digitali della scheda in modo da sostituire il "classico" plc. dopo aver realizzato una prima versione del software, mi sono anccorao che il processo non era corretto, allora ho comunciato togliere parti di programma e cavi i/o fino ad ottenere l'anomalia anche con il seguente codice: quote const int e_pulsante_arresto = 39; int var; void setup() {   pinmode(e_pulsante_arresto, input);   pinmode(13, output);   serial.begin(9600); } void loop() {   var = digitalread(e_pulsante_arresto);   if (var == high) {     serial.print("e_pulsante_arresto -> ");     serial.print(var);     serial.println(" premuto");     digitalwrite(13, high);   } else {     serial.print("e_pulsante_arresto -> ");     serial.print(var);     serial.println(" rilasciato");     digitalwrite(

Arduino Web Editor installation difficult on Linux (Fedora 24)

i faced number of challenges trying plugin installed , sketch uploaded.  part of may due me using fedora 24 (which has recent packages) issue 1 : installation failed missing library.  libindicator3.so.? fixed installing libindicator-gtk3 , possibly libindicator packages.  nice if installer depended on these packages or otherwise listed these packages i may have needed run installer twice (not sure may have been due next issue) issue 2 : after install completed opened editor in chrome , claimed plugin not installed.  looking in chrome console see: https://localhost:8991/info failed load resource: net::err_insecure_response 2vendor.7964bf9f.js:10 automatically scrolling cursor view after selection change disabled in next version set editor.$blockscrolling = infinity disable message https://localhost:8992/info failed load resource: net::err_ssl_protocol_error https://localhost:8993/info failed load resource: net::err_connection_refused https://localhost:8994/info failed load res

Thread: Changing from wubi to dual boot

hey all, have been running ubuntu on wubi taste see if it. well, verdict in , want officially set dual boot. plan on having ntfs partition xp, ext3 ubuntu, small swap , large ext3 /home common/shared files using fs-drive program. here's question, when go partition of this, partition program live disc install "intuitive" enough set partitions there free space doesn't clip off installed xp or should go through whole process of moving external disc, setting partitions , moving back? thank assuming have xp installed, , free space available on hard drive, ubuntu installer give following options: install ubuntu next xp using free space available. resize xp partition , install ubuntu onto (now larger) free space. erase existing partitions , install ubuntu only. manually partition drive (ie yourself). if have xp installed (if going dual-boot recommend installing windows first), , have fre

How old is too old?

i got adobe photoshop 3.0 amazon, cheapest 1 find. work on os 10.4.11 mac? when double click on 'install', says 'you cannot open aplication "instal adobe photoshop 3.o because not supported on system". , appreciated. thanks! colin thomson bad deal @ price, send (except cannot has been opened). biggest cost of ps learning curve anyway, 1 should not spend on dead version. buy photoshop elements v6, us$90 if work not justify full (expensive!) photoshop cs3. More discussions in Photoshop Macintosh (read only) adobe

ngrok error - Raspberry Pi Forums

hello, working on controlling raspberry pi gpio amazon echo. have been following instructions link. https://www.instructables.com/id/contro ... o-and-pyt/ using ssh putty. works fine except ngrok part. error when try access ngrok site (xxxxxxxx.ngrok.io) failed complete tunnel connection connection https://eacbfc14.ngrok.io tunneled ngrok client, client failed establish connection local address localhost:5000. make sure web service running on localhost:5000 , valid address. error encountered was: dial tcp [::1]:5000: getsockopt: connection refused please help. thank you. bump! can me please. raspberrypi

pynids (nids) import error using python3 - Raspberry Pi Forums

i have installed pynids (pynids-0.6.3) on raspberry pi v.2 running jessie light https://bitbucket.org/jmichel/pynids in directory /usr/local/share/pynids-0.6.3 follows: code: select all ~> cd /usr/local/share/pynids-0.6.3 /usr/local/share/pynids-0.6.3> python3 setup.py build /usr/local/share/pynids-0.6.3> python3 setup.py install /usr/local/share/pynids-0.6.3> python setup.py install installation went ok both python2 , python3 far can tell: code: select all ~> pip show pynids --- name: pynids version: 0.6.3 location: /usr/local/lib/python2.7/dist-packages requires: ~> pip3 show pynids --- name: pynids version: 0.6.3 location: /usr/local/lib/python3.4/dist-packages requires: nids modules located think should: code: select all ~> find /usr/local/lib -name nids* /usr/local/lib/python3.4/dist-packages/nidsmodule.cpython-34m.so /usr/local/lib/python2.7/dist-packages/nidsmodule.so importing nids in python2 works fine: code: select all ~> python python 2.7.9

Thread: Ghostscript / CUPS-PDF default font problem

Image
i'm using cups-pdf ubuntu 9.10 take print cups-pdf printer , send folder filename format of (jobname_yyyymmdd_hhmmss.pdf). i've got working through configuring "cups-pdf.conf" , making few changes "apparmor.d/usr.sbin.cupsd" file, although i'm pretty sure set apparmor ignore cups altogether. add twist i'm using xinetd.d lpr daemon take print jobs hp3000 mainframe running mpe/ix. anyway, i've got pdfs naming correctly , showing in directory want them to, here's problem: pdfs not searchable, i'm not sure why. pages aren't images, created using freemono , freemonobold embedded fonts. i'm wondering if font encoding problem. when select line of text pdf , try paste (in windows) "special" characters windows has no idea font use -> 􀁗􀁈􀁖􀁗 so, here's question... know how change default font ghostscript / cups-pdf use create pdf lpr text stream? think need go default of freemono , freemo

HD44780 LCD Designer Resource

i have developed spreadsheet me text in correct places when using hd44780. has tabs 16 x 2 , 20 x 4. feel free use designs. it's better trial , error approach using before. https://1drv.ms/x/s!agnh4u4es20sgpqb8hc5sjnujoxjew regards, tom helliwell why did use trail , error? because centering of aligning right hard? make functions you. code: [select] void lcdprintcenter(char &msg, byte line, byte screenwidth){   lcd.setcursor((screenwidth - strlen(msg) ) / 2, line);   lcd.print(msg); } void lcdprintright(char &msg, byte line, byte screenwidth){   lcd.setcursor((screenwidth - strlen(msg) ), line);   lcd.print(msg); } Arduino Forum > Using Arduino > Displays > HD44780 LCD Designer Resource arduino

Reciclar celulares y Laptops

hola saludos, quisiera saber que le puedo sacar mis celulares y laptos viejas que sean utilizables.. puedo usar sus camaras y lectores mircro sd?? si no tiene nada que ver con arduino, entonces es un "off topic" (esta última frase debe ir en el título). a un celular: batería, motor vibrador. cámara y pantalla tendrías que buscar, por cuenta propia, cómo funciona esa interfaz. a una laptop: batería (si puede retener el voltaje por al menos 24 horas), memoria ram (si es de menos de 1gb, comercialmente no vale la pena, mas sí para repuesto de otra vieja), disco duro (lo vale si es de 20 gb o más). la pantalla... de nuevo, buscar por tu propia cuenta (aunque en internet visto que se pueden reutilizar); lo mismo diré para la cámara (si tiene). respecto las lectoras sd... ahí sí el asunto se complica. las ranuras suelen ser de montaje superficial, y (otra vez) debes indagar sobre la interfaz que la maneja (y no me refiero spi, sino otra que le saca

Left Menu Height Increases with longer content. - Joomla! Forum - community, help and support

Image
hey guys. here's deal. have left menu that's increasing in height when more content exists on page. want, however, height of left menu always stay same, no matter how content on page. any ideas? thanks, k kvisions wrote: anyone!?!? mod note: *bump* message deleted. please not *bump* messages. see forum rules: http://forum.joomla.org/index.php/topic,65.0.html Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: Big problem with installing

Image
when trying install ubuntu 9.10 on same partition microsoft windows xp there error @ end of installation can't log file cuz can't see hidden folders(somethings broken when enable option selfs disable )heres screenshot . when trying boot cd doesn't see system , load xp. option on ubuntu installer demonstration , full installation isn't working ( mean reboot option, nothing happens when using it). maybe happens becouse outdated bios? (bios version on screenshot). way sorry english you're trying use wubi version runs inside windows, right? if it's regular install of ubuntu, needs own partition. can't put on same 1 windows. putting ubuntu on separate partition , having dual boot install @ least easy trying run inside windows. i'd easier. may want partition off 10-20gb of hardrive , download , try regular ubuntu? though can't see hidden files, wonder if following might work.

Date is wrong on content items?? - Joomla! Forum - community, help and support

Image
site:  http://www.taylorandnoah.com&nbsp; there content item on front page called "happy anniversary"  date on item published says august 14th.  created yesterday 15th - , parameters 8-15-2007 - why saying 14th????? thanks can give! oh , new content item put on there 'trouble or what' date day behind on ?? probably has locale setting in global configuration. go content item, publishing tab, override create date. fix locale -a  Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Thread: New to ubunto, having a few issues

i new linux , don't understand how work yet, sorry if i'm not computer-literate i'll try explain. have ubunto 9.04 , need know how find default media player came ubunto play .mp3 songs, movies, videos, , mpeg files. need know how have wireless receiver work on linux too. friend told me need install drivers computer , forum site able help. blind new system , information helpful. oh, have hp pavillion dv2500. told needed add necessary drivers computer. thanks! if haven't already, plug in ethernet cable , updates. not windows in 'get drivers' department. pick wireless card , offer correct drivers. go system->administration->hardware drivers. there driver there wireless card disabled? now, system->administration->synaptic package manager (while online) , search , install 'ubuntu-restricted-extras'. should take care of mp3 etc. there heaps of media players besides what

Thread: install Synchronet BBS

i have been playing ubuntu , need little help. work long hours , cannot seem find time explore ubuntu... ergo want install software understand , i'll work outward there. having said install synchronet bbs on ubuntu machine. there instruction , cannot seem make work. http://www.synchro.net/docs/sbbsunix.txt seems fail gmake command build program... ideas!!! do have "build-essential" installed? might want try: code: sudo apt-get install build-essential Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] install Synchronet BBS Ubuntu

Raspberry Pi 3 as Bluetooth transmitter (Source Input - Audio Jack) - Raspberry Pi Forums

i want know possible write code configure raspberry pi 3 bluetooth transmitter. i.e audio source input pi 3.5 mm jack output of tv. same audio source transmitted pi , received bluetooth speaker. note : need beginner guide write code. should doable. you'll need more hardware software, you'll need audio input pi (a usb soundcard should do). alsa configuration loop capture device bluetooth playback device. expect latency make tv unwatchable/unlistenable, need see yourself. raspberrypi

HC-05 max baudrate? - Raspberry Pi Forums

hi, hooked hc-05 bluetooth module raspi wireless serial access. everything's going fine not satisfied baudrate, set 115200. kinda slow daily use, , slowness significant when scroll in vim, choppy , lines fail load on time. so, max baudrate? can hc-05 go higher 115200 baud? thanks! doing own search on google faster me doing you, when entered 'hc-05 baudrate' google search box, 1 of first listings said 'the hc-05 can go high 1382400 baud rate according hc-05 reference'. raspberrypi

Let's put a smile on Ann's face...

Image
nack's blog: ps cs4sweating details interface ... return 3 "f" screen modes (vs. cs3's four) application frame (optional on mac want more managed document/window handling) isn't wonderful. More discussions in Photoshop Macintosh (read only) adobe

Style Dropdown - Joomla! Forum - community, help and support

when editing content in text editor found "styles" drop-down grabs styles template_css.css file.  added 2 styles css , after re-starting firefox continue editing, styles turned in drop-down hoped would.  however, after that, , attempts same have failed turn in drop-down.  what missing? here 2 show , work well: code: select all .normtxt  /*often used style our webpage text*/ {   /* used blue text. */   font-family: times new roman,times,serif;   font-size: 10pt;   font-style: normal;   line-height: normal;   color: #0000cc; } .normtitle  /*often used style our webpage text*/ {   /* used maroon headlines/titles. */   font-family: verdana,arial,helvetica,sans-serif;   font-size: 12pt;   font-style: normal;   line-height: normal;   font-weight: bold;   color: rgb(115, 29, 52); } Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Layers not selected as defult for PSD when saving!?! ARGH!

argh! annoyed right now! have spent several days making numerous posters ideas final copy , find layers merged one! make dozen or files before choosing best 1 go , edit. after starting again today realised needed make slight alteration on previous poster , discovered there single layer contained within psd file content merged together! checked other files , same! means have @ least 20 psd files practically useless! i cannot understand why layers not selected default in save window!! never turned off in save window , no 1 else uses computer... unless had fact when saving pdf files of same documents , unclicked "preserve photoshop illustrating capabilities" in second window pops pdf not big... did not click in save window... , therefore assumed apply pdf files! if reason i'm bloody annoyed implement such stupid feature! other use there psds preserve layers!? i have never had problem before on other computers or copies of photoshop... unless has cs3? i dont suppose ther

Nicd Battery charging Help. - Raspberry Pi Forums

i have assembled battery packs required build 14.4v 10.5ah battery run off solar panel, have hit snag. 1, can connect 14.4v connection solar charger controllers battery port , leave manage charge? 2, possible connect secondary tap supply 3.6v (all pack 3.6v connected in series make 14.4v packs , 14.4v packs connected in parrallel make 10.5ah pack) feel missing here why post more qualified people ask. 1, haven't supplied enough information solar panel or "solar charger controller", can guess. i'm guessing it's designed have 14.4v nicd battery attached, , can charge it. there lots of different battery technologies, each requiring different charging schemes. guesswork isn't enough - wrong, , can burn down house. 2, no, it's not! in each string of 4 3v6 batteries, charge current same four, , should charged same level. if take current 1 of those, battery have less charge in it, can end under-charged while other 3 over-charged. raspberrypi

Can't Download - Joomla! Forum - community, help and support

Image
can please help... keep getting page cannot displayed everytime try downloading: joomla_1.0.13-stable-full_package.zip i tried , works fine. http://joomlacode.org/gf/project/joomla/frs/ babycham wrote: is downloadable other source?  i deleting bump. please note against forum rules bump topics, less 2 hours. please see forum rules: http://forum.joomla.org/index.php/topic ... tml#msg540 Board index Joomla! Older Version Support Joomla! 1.0 General Questions - 1.0.x

Random hardware generator

hi everybody, i wrote fun random generator based on floating pin, output rate greater 9kbit/s. it's randomness not bad. if u want spend look, i've pubblished on github ( github repo ), explanation , results produced statistical random suite. any comment welcomed. thanks, marco from title hoping generated random hardware. interesting! not disparage random number generator, i'm sure it's cool too. Arduino Forum > Community > Exhibition / Gallery > Random hardware generator arduino

Do not Show Summary on Story Pages - Joomla! Forum - community, help and support

currently when click read more story on front page, , go the content page given story, see whatever in summary box repeated. is there simple way ensure summery in not shown again?  see there option in joomla 1.5, unfortunately still breaks lot of other things. if there no such option may able want directly hacking content.html.php, messy, , i'd avoid it. -- i see on line 1709 of content.php code: select all    // show/hides intro text    if ( $params->get( 'introtext'  ) ) {       $row->text = $row->introtext. ( $params->get( 'intro_only' ) ? '' : chr(13) . chr(13) . $row->fulltext);    } else {       $row->text = $row->fulltext;    } it looks there way show story without intro text, still not sure how make work. you don't need work on code. just open content item in backend. on right side select "parameters" , set "intro text: hide". Board index Joomla! Older Version Support

Contact US is not Working - Joomla! Forum - community, help and support

Image
hi, could please? i looked in previous posts-forums same issue, nothing helped... from time, upgraded website latest version (about week ago) don't receive any email send contact form... please help! thanks lot! honzazi honzazi - thanks pm. not having trouble contact form - mine email. in order debug problem, helpful have provide information on system configuration , how have configured email within global configuration area. thanks! amy Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

Mainmenu sub items in own row - Joomla! Forum - community, help and support

hello ... im trying similar like on site: http://www.bonprixsecure.com/at/shop.ht ... 2c687&nv=1 or in code...see bellow code: select all <ul id="root-menu" >     <li id="rootitem_1">one</li>     <li id="rootitem_2">two</li>     <li id="rootitem_3">three</li> <ul> <ul id="sub-menu" >     <li id="menuitem_1">sub one</li>     <li id="menuitem_2">sub two</li>  <ul> first wanted change original code mod_mainmenu... complicated me...then found extended menu module. installed , "created" copied  sample pat template custom menu template...any way tryed understand how pattemplate works couldn't achieve thing want. attached pattemplate have menu.. can me create template output links on second level @ end.. or tell me if anythig can allready exists. thanks, uros code: select all <pattemplate:tmpl name="menu" whit

Using a 7'' TFT I can't use HDMI - Raspberry Pi Forums

hi everyone! i've been digging lot on internet this, , asked in recalbox forum, , nobody seems know. i'm using raspberry pi 3 b recalbox (4.1), installed element14 7'tft https://www.element14.com/community/doc ... ated-prods screen works perfectly, has terrific image quality, sound output flawless through audio jack. problem when plug hdmi cable i've been using before tv, when turn rpi on see black screen on tv, , image comes 7'' tft. thing tv sound. doing wrong? can configure config.txt "autodetect" when plug hdmi , switch between hdmi , 7tft? or there script available that? lot in advance. here's copy of current config.txt code: select all uncomment if no picture on hdmi default "safe" mode hdmi_safe=1 disable_overscan=1 uncomment force specific hdmi mode (this force vga) #hdmi_group=1 #hdmi_mode=1 #comment jack audio hdmi_drive=2 #config_hdmi_boost=0 force hdmi while tv can take time before sending signal on hdmi out

Pattern replacement

i have few photos of models dressing in solid color outfits. add patterns in place of solid colors. there quick method or auto action, allows this? if so, version of photoshop? thanks this isn't means simple task, under ideal conditions. a couple of ideal conditions include starting out item of clothing has no pattern, , preferably lit , photographed white or light color. shadowing , highlighting important follows... second requires adept knowledge , use of displacement filter. i can latter. you'll need visit following thread , link through tutorials. warned: have tough row hoe ahead of you: http://www.adobeforums.com/webx?128@@.3bb40552 good luck! More discussions in Photoshop Windows (read only) adobe

LED Brake and TurnSignals/Indicators

hi guys, thanks far! i'm creating custom rear lights using several strips of leds. since you've helped me of basic functions of indicator (which struggled until guys helped!), think might time move on combining learning practical functionality of project. all strips performing same job i've been testing 1 strip. i've got 2 buttons, 1 brake , 1 indicator. there 3 functions (or function a, function b , function a2), 1 brake light, 1 indicator , 1 both combined. here's vid of indicator pass: loop each led and here's code: code: [select] #include "fastled.h" #define num_leds 15 crgb leds[num_leds]; const int indicatorpin = 2;    int indicatorstate = 0;          int currentindicatorled = 0; void setup() {     pinmode(indicatorpin, input);   fastled.addleds<ws2812b, 6, rgb>(leds, num_leds);   fastled.addleds<ws2812b, 5, rgb>(leds, num_leds);   }  void indicatorsweep()   {   if (currentindicatorled < num_leds)   {         leds[current

variables at the beginning of my programs for setting information

i trying use variables @ beginning of programs setting information can viewed serial monitor. able enter information , have show when sketch first runs.  having problems doing this. program name not show up. float correct way enter program version number. able enter version number 1.0.1  getting many decimals points in number fault. have suggestions. sketch: char programname = "blinker";    float versionnumber = 1.0; int timeon(500);    // milliseconds int timeoff(1500);  // milliseconds void setup() {   serial.begin(9600);      // turn on serial port   serial.print("program: ");   serial.println(programname);   serial.print("version: ");   serial.println(versionnumber);     pinmode(13, output); } void loop() {    // blink code      digitalwrite(13, high);      delay(timeon);                digitalwrite(13, low);      delay(timeoff);      } a char uses 1 byte. don't think can put "blinker" in char.  maybe put in

random internet connection fails

hi all i got internet problems, pretty random, sometime arduino go on week, need reboot twice week using ajax control lighting first arduino uno, running memory taken @ 90+% so decide change mega, same problem someone have same problem? advice, or if add ping 192.168.1.1 help thanks lot rename index.txt index.htm try on net Arduino Forum > Using Arduino > Networking, Protocols, and Devices (Moderator: fabioc84) > random internet connection fails arduino

Thread: How to start from scratch installing LaTex/TexLive?

hi, i'm on linux thee months (newbie) i'm working lyx physics , math documents, , including pgf/tikz scripts graphics. everytime want use new library or install pgf/tikz based feature, encounter many (apparantly unsolvable) problems. people giving me advice of dont know how implement it. example : use tex-manager (tlmgr) install or that. upon checking see dont have tex-manager (of documentation says should included in teh package.... (sigh) apparantly messed in previous installations, tex unbale find files, libraries, etc time. therefore want start scratch latex/tex/livetex/lyx/pgf/tikz. willing coach me process? thx peter you can save hassle installing texlive 2009 in separate tree. ubuntu packages (texlive-*) installed in sophisticated system, distributed on file system. main files under /usr/share/texmf-texlive, config under /etc, docs under /usr

Black screens

hello, purchased , installed adobe illustrator cs4. first day used had no problem, when open images black screen. nothing causes image show. event though can see images in layers control panel. please because falling behind in work. - rashad rivera sounds hardware acceleration broken down. did change in generic computer config changing screen resolution or something? did attempt turn off hardware acceleration in preferences? graphics card? mylenium More discussions in Photoshop Windows (read only) adobe

Thread: Is my software source correct (screenshots added)

Image
hi all, can please verify source list correct. couldnt update system error: code: $ sudo apt-get update [sudo] password emigrant: ign http://archive.canonical.com jaunty release.gpg ign http://us.archive.ubuntu.com jaunty release.gpg ign http://archive.canonical.com jaunty/partner translation-en_us ign http://lk.archive.ubuntu.com jaunty-backports release.gpg ign http://us.archive.ubuntu.com jaunty/main translation-en_us ign http://archive.canonical.com jaunty release ign http://us.archive.ubuntu.com jaunty/restricted translation-en_us ign http://us.archive.ubuntu.com jaunty/universe translation-en_us ign http://lk.archive.ubuntu.com jaunty-backports/main translation-en_us ign http://us.archive.ubuntu.com jaunty/multiverse translation-en_us ign http://lk.archive.ubuntu.com jaunty-backports/restricted translation-en_us ign ht