ADVERTISEMENT

AOC and Philips announces new line of monitors alongside partnership with 20th Century Fox

Published Oct 29, 2018 12:00 am
By Jonnah Lynne Pante Focusing on products that enhance productivity as well as entertainment and gaming experience for users, AOC and Philips has named their new line of monitors. (from left to right) Jack Salamia, Marketing Manager, Paul Tsai, Philips Product Manager for APAC, Joyce Zhang, Assistant General Manager MMD Philippines, Richard Hu, AOC Product Manager for APAC, Kan Yeung, General Manager MMD Philippines for Malaysia and Taiwan, Noemi Palo, Sales Manager MMD Philippines (from left to right) Jack Salamia, Marketing Manager, Paul Tsai, Philips Product Manager for APAC, Joyce Zhang, Assistant General Manager MMD Philippines, Richard Hu, AOC Product Manager for APAC, Kan Yeung, General Manager for MMD Philippines, Malaysia and Taiwan, Noemi Palo, Sales Manager MMD Philippines Amplifying their entertainment-centric lineup, Philips unveiled their latest 43-inch 436M6VBRAB monitor plus the new V Line 22, E Line 24, and E Line 32. The newest Philips 43-inch monitor flaunts images in 4K resolution with True HDR support. Among its notable features include a DTS Home Theater Surround Sound to complement its HDR400-enabled screen, plus external ports USB Type C, HDMI 4.0, DisplayPort 1.4 with Adaptive Sync and low input lag. The V Line 22 with the complete model name of V223V7QHSB, on the other hand, comes with an IPS LED wide view display with a Full HD resolution in 16:9 screen ratio. This particular model is ideal for a multiple monitor setup since it carries an edge-to-edge narrow border display. Promoting convenient usage, the V Line 22 has a flicker-free technology for less eye fatigue as well as LowBlue and EasyRead modes. The V Line 22 also has a VESA mount and a compact design, allowing it to be easily placed in lifestyle and home areas without consuming too much space. Hailing off Philips’ E line of monitors, the E Line 24 and the E Line 32 have curved displays for maximized viewing angles. Both the monitors come with ultra wide color range for sharp, vivid image display further enhanced with AMD FreeSync technology for stutter-less frames. The E Line 24 and the E Line 32 also have flicker-free technology, LowBlue and EasyRead modes, plus HDMI connectivity. The E Line 24 is made from eco-friendly materials and is made with low power consumption while the E Line 32 has built-in stereo speakers and DisplayPort connection for maximized visuals. The new 43-inch (436M6VBRAB) Philips monitor is priced at PhP 36,999 while the E Line 24 (248E9QHSB) and the E Line 32 (328E9QJAB) is tagged at PhP 9,312 and PhP 15,876 respectively. The new Philips monitors. The new Philips monitors. For its gaming segment, AOC named four new models, the G2590PX, C27G1, C24B1H, and the 22B1HS. The AOC G2590PX is a 27-inch gaming monitor equipped with AOC Game Color and AMD Freesync Technology with 144Hz refresh rate and 1ms response. The said monitor also has a DialPoint function which places an aiming indicator in the center of the screen, a feature useful for First Person Shooter (FPS) games.The AOC G2590PX also has an adjustable stand to allow users tweak the monitor according to their viewing preference. The new AOC monitors. The new AOC monitors. The AOC C27G1, as the name implies, is a 27-inch curved gaming monitor with almost the same specs and features as the AOC G2590PX. What makes the AOC C27G1 different though is its Game Mode feature which makes quick and easy changes to the monitors settings to make it appropriate to whatever game is being played. This monitor is also apt for gamers who prefer to have more than a single monitor because of its 1.5mm narrow bezel. Two models under the AOC B1 Series, the curved C24B1H and the super slim AOC 22B1HS also have Low Blue Mode, flicker free backlight technology, and an HDMI input for multimedia expansion. The AOC G2590PX, AOC C27G1, AOC C24B1H, and the AOC 22B1HS are priced at PhP 16,236, PhP 16,696, PhP 9,312, and PhP 5,568 respectively. A brand known for its promotions in collaboration with different motion pictures under 20th Century Fox, Philips has once again partnered with the said film studio for the film ‘Bohemian Rhapsody.’ Each purchase of Philips monitors 24 inches and up will come with free movie tickets for the said film. This promotion is available in partner stores in Metro Manila, Cebu, and Davao.
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ static_articles_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.